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

Unified Diff: chrome/browser/unload_uitest.cc

Issue 2449007: Mark BrowserCloseTabWhenOtherTabHasListener as flaky on Linux. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 7 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/unload_uitest.cc
diff --git a/chrome/browser/unload_uitest.cc b/chrome/browser/unload_uitest.cc
index b6e6a09e1c43c5273b3e98e9b46cbf12f9e3f003..60b29134864780458fbd50db7fb5a6bc1d98c75f 100644
--- a/chrome/browser/unload_uitest.cc
+++ b/chrome/browser/unload_uitest.cc
@@ -406,8 +406,9 @@ TEST_F(UnloadTest, BrowserCloseTwoSecondBeforeUnloadAlert) {
#define MAYBE_BrowserCloseTabWhenOtherTabHasListener \
DISABLED_BrowserCloseTabWhenOtherTabHasListener
#else
+// Flaky on Linux as well. http://crbug.com/45562
#define MAYBE_BrowserCloseTabWhenOtherTabHasListener \
- BrowserCloseTabWhenOtherTabHasListener
+ FLAKY_BrowserCloseTabWhenOtherTabHasListener
#endif
// Tests that if there's a renderer process with two tabs, one of which has an
« 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