mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-28 19:55:34 +08:00
Disable an unstable test in ASTableViewTests.
This commit is contained in:
@@ -379,7 +379,7 @@
|
|||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)testRelayoutRowsAfterEditingModeIsChangedAndTheyBecomeVisible
|
- (void)DISABLED_testRelayoutRowsAfterEditingModeIsChangedAndTheyBecomeVisible
|
||||||
{
|
{
|
||||||
CGSize tableViewSize = CGSizeMake(100, 500);
|
CGSize tableViewSize = CGSizeMake(100, 500);
|
||||||
ASTestTableView *tableView = [[ASTestTableView alloc] initWithFrame:CGRectMake(0, 0, tableViewSize.width, tableViewSize.height)
|
ASTestTableView *tableView = [[ASTestTableView alloc] initWithFrame:CGRectMake(0, 0, tableViewSize.width, tableViewSize.height)
|
||||||
|
|||||||
Reference in New Issue
Block a user