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

Unified Diff: chrome/test/startup/shutdown_test.cc

Issue 3201007: Mark another test as flaky on mac to try and keep the bot greener... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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/test/startup/shutdown_test.cc
===================================================================
--- chrome/test/startup/shutdown_test.cc (revision 57059)
+++ chrome/test/startup/shutdown_test.cc (working copy)
@@ -126,9 +126,11 @@
// http://crbug.com/52858
#if defined(OS_MACOSX)
#define MAYBE_SimpleSessionEnding FLAKY_SimpleSessionEnding
+#define MAYBE_TwentyTabsWindowClose FLAKY_TwentyTabsWindowClose
#define MAYBE_TwentyTabsUserQuit FLAKY_TwentyTabsUserQuit
#else
#define MAYBE_SimpleSessionEnding SimpleSessionEnding
+#define MAYBE_TwentyTabsWindowClose TwentyTabsWindowClose
#define MAYBE_TwentyTabsUserQuit TwentyTabsUserQuit
#endif
@@ -137,7 +139,7 @@
true, /* important */ SIMPLE, UITest::SESSION_ENDING);
}
-TEST_F(ShutdownTest, TwentyTabsWindowClose) {
+TEST_F(ShutdownTest, MAYBE_TwentyTabsWindowClose) {
RunShutdownTest("shutdown", "twentytabs-window-close",
true, /* important */ TWENTY_TABS, UITest::WINDOW_CLOSE);
}
« 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