[ReactNative] Disable flaky Obj-C test
This commit is contained in:
parent
f2da308928
commit
9ffbfaeb35
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue