Disable an unstable test in ASTableViewTests.

This commit is contained in:
Huy Nguyen
2015-09-16 23:04:18 +03:00
parent f275d858ae
commit dfbaa35706

View File

@@ -379,7 +379,7 @@
}];
}
- (void)testRelayoutRowsAfterEditingModeIsChangedAndTheyBecomeVisible
- (void)DISABLED_testRelayoutRowsAfterEditingModeIsChangedAndTheyBecomeVisible
{
CGSize tableViewSize = CGSizeMake(100, 500);
ASTestTableView *tableView = [[ASTestTableView alloc] initWithFrame:CGRectMake(0, 0, tableViewSize.width, tableViewSize.height)