[RN] Disable flaky testJavaScriptExecutorIsDeallocated

This commit is contained in:
Spencer Ahrens
2015-08-31 14:31:43 -07:00
parent 9ad2c322c0
commit f1c9c5c2af

View File

@@ -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 {