mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-02 09:08:58 +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");
|
||||
}
|
||||
|
||||
- (void)testJavaScriptContextIsDeallocated
|
||||
- (void)disabled_testJavaScriptContextIsDeallocated
|
||||
{
|
||||
__weak id weakContext;
|
||||
@autoreleasepool {
|
||||
|
||||
Reference in New Issue
Block a user