[ReactNative] Disable flaky Obj-C test

This commit is contained in:
Martin Konicek 2015-08-26 16:20:36 -01:00
parent f2da308928
commit 9ffbfaeb35
1 changed files with 1 additions and 1 deletions

View File

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