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 {