Disable flaky test (#2934)

This commit is contained in:
Adlai Holler 2017-01-25 13:20:33 -08:00 committed by GitHub
parent b8872c24db
commit 79f3aa5f3b

View File

@ -901,7 +901,7 @@
[self waitForExpectationsWithTimeout:3 handler:nil];
}
- (void)testThatWeBatchFetchUntilContentRequirementIsMet_Animated
- (void)DISABLED_testThatWeBatchFetchUntilContentRequirementIsMet_Animated
{
[self _primitiveBatchFetchingFillTestAnimated:YES visible:YES controller:nil];
}