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

Unified Diff: chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc

Issue 2802873002: Disable flaky TabScrubberTest.FullScreenBrowser in interactive_ui_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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc
diff --git a/chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc b/chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc
index 59315a73e2259130fa83326de7f00f8122d5944e..012191c6cc632fd4546a9bddfe60f2cbcb8ded3b 100644
--- a/chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc
+++ b/chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc
@@ -329,7 +329,8 @@ IN_PROC_BROWSER_TEST_F(TabScrubberTest, MultiBrowser) {
}
// Tests that tab scrubbing works correctly for a full-screen browser.
-IN_PROC_BROWSER_TEST_F(TabScrubberTest, FullScreenBrowser) {
+// TODO(crbug.com/708612): Re-enable the test after the bug is fixed.
+IN_PROC_BROWSER_TEST_F(TabScrubberTest, DISABLED_FullScreenBrowser) {
AddTabs(browser(), 6);
browser()->tab_strip_model()->ActivateTabAt(4, false);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698