| Index: ios/showcase/tab_grid/sc_tab_grid_egtest.mm
|
| diff --git a/ios/showcase/tab_grid/sc_tab_grid_egtest.mm b/ios/showcase/tab_grid/sc_tab_grid_egtest.mm
|
| index 3ad3b5eaad09c91cf04b7ed97fea58e8c0f5b730..45bf6533e4751a77c13d3ed6db41f9cd9f490b72 100644
|
| --- a/ios/showcase/tab_grid/sc_tab_grid_egtest.mm
|
| +++ b/ios/showcase/tab_grid/sc_tab_grid_egtest.mm
|
| @@ -18,7 +18,8 @@ @interface SCTabGridTestCase : ShowcaseTestCase
|
| @implementation SCTabGridTestCase
|
|
|
| // Tests launching TabGridViewController and tapping a cell.
|
| -- (void)testLaunchAndTappingCell {
|
| +// TODO(crbug.com/710662): re-enable this test.
|
| +- (void)FLAKY_testLaunchAndTappingCell {
|
| showcase_utils::Open(@"TabGridViewController");
|
| [[EarlGrey selectElementWithMatcher:grey_accessibilityID(@"Tab 0_button")]
|
| performAction:grey_tap()];
|
|
|