From 9ffbfaeb350abb70588e55e7e41c4aa91c921a7e Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Wed, 26 Aug 2015 16:20:36 -0100 Subject: [PATCH] [ReactNative] Disable flaky Obj-C test --- Examples/UIExplorer/UIExplorerUnitTests/RCTAllocationTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UIExplorer/UIExplorerUnitTests/RCTAllocationTests.m b/Examples/UIExplorer/UIExplorerUnitTests/RCTAllocationTests.m index 670530114..dd50708e3 100644 --- a/Examples/UIExplorer/UIExplorerUnitTests/RCTAllocationTests.m +++ b/Examples/UIExplorer/UIExplorerUnitTests/RCTAllocationTests.m @@ -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 {