Skip to content

Commit 79f3aa5

Browse files
author
Adlai Holler
authored
Disable flaky test (facebookarchive#2934)
1 parent b8872c2 commit 79f3aa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AsyncDisplayKitTests/ASCollectionViewTests.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ - (void)testThatBatchFetchHappensForEmptyCollection
901901
[self waitForExpectationsWithTimeout:3 handler:nil];
902902
}
903903

904-
- (void)testThatWeBatchFetchUntilContentRequirementIsMet_Animated
904+
- (void)DISABLED_testThatWeBatchFetchUntilContentRequirementIsMet_Animated
905905
{
906906
[self _primitiveBatchFetchingFillTestAnimated:YES visible:YES controller:nil];
907907
}

0 commit comments

Comments
 (0)