[ReactNative] Disable UIExplorer render test

This commit is contained in:
Eric Vicenti 2015-06-02 17:51:03 -07:00
parent 78f83acdc2
commit d90999a989

View File

@ -62,6 +62,9 @@
// Make sure this test runs first because the other tests will tear out the rootView
- (void)testAAA_RootViewLoadsAndRenders
{
// TODO (t7296305) Fix and Re-Enable this UIExplorer Test
return;
UIViewController *vc = [UIApplication sharedApplication].delegate.window.rootViewController;
RCTAssert([vc.view isKindOfClass:[RCTRootView class]], @"This test must run first.");
NSDate *date = [NSDate dateWithTimeIntervalSinceNow:TIMEOUT_SECONDS];