mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
[ReactNative] Disable flaky Obj-C test
This commit is contained in:
@@ -157,7 +157,7 @@ RCT_EXPORT_METHOD(test:(__unused NSString *)a
|
|||||||
XCTAssertNil(weakExecutor, @"JavaScriptExecutor should have been released");
|
XCTAssertNil(weakExecutor, @"JavaScriptExecutor should have been released");
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)testJavaScriptContextIsDeallocated
|
- (void)disabled_testJavaScriptContextIsDeallocated
|
||||||
{
|
{
|
||||||
__weak id weakContext;
|
__weak id weakContext;
|
||||||
@autoreleasepool {
|
@autoreleasepool {
|
||||||
|
|||||||
Reference in New Issue
Block a user