Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: ios/showcase/tab_grid/sc_tab_grid_egtest.mm

Issue 2815773002: Disable flaky showcase tests (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/showcase/tab/sc_tab_egtest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()];
« no previous file with comments | « ios/showcase/tab/sc_tab_egtest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698