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

Unified Diff: chrome/test/reliability/automated_ui_test_test.cc

Issue 9349028: Mark AutomatedUITestBase.IncognitoWindow as FLAKY on Mac. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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/reliability/automated_ui_test_test.cc
===================================================================
--- chrome/test/reliability/automated_ui_test_test.cc (revision 120696)
+++ chrome/test/reliability/automated_ui_test_test.cc (working copy)
@@ -222,7 +222,14 @@
ASSERT_FALSE(CloseActiveWindow());
}
-TEST_F(AutomatedUITestBase, IncognitoWindow) {
+// Flaky, see http://crbug.com/113046.
+#if defined(OS_MACOSX)
+#define MAYBE_IncognitoWindow FLAKY_IncognitoWindow
+#else
+#define MAYBE_IncognitoWindow IncognitoWindow
+#endif
+
+TEST_F(AutomatedUITestBase, MAYBE_IncognitoWindow) {
int num_browser_windows;
int num_normal_browser_windows;
ASSERT_TRUE(automation()->GetBrowserWindowCount(&num_browser_windows));
« 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