Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 23c81b1

Browse files
author
Adlai Holler
authored
Disable testThatRootPagerNodeDoesGetTheRightInsetWhilePoppingBack (#2857)
1 parent 4a6ba27 commit 23c81b1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

AsyncDisplayKitTests/ASPagerNodeTests.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ - (ASPagerNodeTestController *)testController {
9393
return testController;
9494
}
9595

96-
- (void)testThatRootPagerNodeDoesGetTheRightInsetWhilePoppingBack
96+
// Disabled due to flakiness https://github.com/facebook/AsyncDisplayKit/issues/2818
97+
- (void)DISABLED_testThatRootPagerNodeDoesGetTheRightInsetWhilePoppingBack
9798
{
9899
UICollectionViewCell *cell = nil;
99100

0 commit comments

Comments
 (0)