[RN] Disable flaky testJavaScriptExecutorIsDeallocated
This commit is contained in:
parent
9ad2c322c0
commit
f1c9c5c2af
|
@ -141,7 +141,7 @@ RCT_EXPORT_METHOD(test:(__unused NSString *)a
|
|||
XCTAssertNil(weakMethod, @"RCTModuleMethod should have been deallocated");
|
||||
}
|
||||
|
||||
- (void)testJavaScriptExecutorIsDeallocated
|
||||
- (void)DISABLED_testJavaScriptExecutorIsDeallocated // flaky: #8195866
|
||||
{
|
||||
__weak id<RCTJavaScriptExecutor> weakExecutor;
|
||||
@autoreleasepool {
|
||||
|
|
Loading…
Reference in New Issue