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

Unified Diff: ios/showcase/tab/sc_tab_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 | « no previous file | ios/showcase/tab_grid/sc_tab_grid_egtest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/tab/sc_tab_egtest.mm
diff --git a/ios/showcase/tab/sc_tab_egtest.mm b/ios/showcase/tab/sc_tab_egtest.mm
index e4190610ef5f66998cdc02bce74ef38117c7864a..5da16e7658991a777444685fa27925e470cd4cdb 100644
--- a/ios/showcase/tab/sc_tab_egtest.mm
+++ b/ios/showcase/tab/sc_tab_egtest.mm
@@ -18,13 +18,15 @@ @interface SCTabTestCase : ShowcaseTestCase
@implementation SCTabTestCase
// Tests launching TopToolbarTabViewController.
-- (void)testLaunchWithTopToolbar {
+// TODO(crbug.com/710662): re-enable this test.
+- (void)FLAKY_testLaunchWithTopToolbar {
showcase_utils::Open(@"TopToolbarTabViewController");
showcase_utils::Close();
}
// Tests launching BottomToolbarTabViewController.
-- (void)testLaunchWithBottomToolbar {
+// TODO(crbug.com/710662): re-enable this test.
+- (void)FLAKY_testLaunchWithBottomToolbar {
showcase_utils::Open(@"BottomToolbarTabViewController");
showcase_utils::Close();
}
« no previous file with comments | « no previous file | ios/showcase/tab_grid/sc_tab_grid_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698