Skip to content

Commit

Permalink
Disable this test for now, it's too flakey and no one has time to inv…
Browse files Browse the repository at this point in the history
…estigate (#649)
  • Loading branch information
garrettmoon authored and nguyenhuy committed Nov 2, 2017
1 parent 944cad6 commit 1626c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ASCollectionViewTests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ - (void)testThatDeletedItemsAreMarkedInvisible
[self waitForExpectationsWithTimeout:3 handler:nil];
}

- (void)testThatMultipleBatchFetchesDontHappenUnnecessarily
- (void)disabled_testThatMultipleBatchFetchesDontHappenUnnecessarily
{
UIWindow *window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
ASCollectionViewTestController *testController = [[ASCollectionViewTestController alloc] initWithNibName:nil bundle:nil];
Expand Down

0 comments on commit 1626c17

Please sign in to comment.