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

Unified Diff: chrome/browser/sessions/session_restore_browsertest.cc

Issue 2443503002: Disable test on Mac due to flaky timeouts. (Closed)
Patch Set: Created 4 years, 2 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/sessions/session_restore_browsertest.cc
diff --git a/chrome/browser/sessions/session_restore_browsertest.cc b/chrome/browser/sessions/session_restore_browsertest.cc
index efd6e379bacbf4532b744e2fb47a18d54e4cfe69..8daee1190647c3874e2d7ccc4444ccad715357f7 100644
--- a/chrome/browser/sessions/session_restore_browsertest.cc
+++ b/chrome/browser/sessions/session_restore_browsertest.cc
@@ -1465,8 +1465,9 @@ IN_PROC_BROWSER_TEST_F(SmartSessionRestoreTest, PRE_CorrectLoadingOrder) {
new_browser->tab_strip_model()->ActivateTabAt(1, true);
}
-// PRE_CorrectLoadingOrder is flaky on ChromeOS MSAN. https://crbug.com/582323.
-#if defined (OS_CHROMEOS) && defined(MEMORY_SANITIZER)
+// PRE_CorrectLoadingOrder is flaky on ChromeOS MSAN: https://crbug.com/582323
+// And Mac: https://crbug.com/656687
+#if (defined(OS_CHROMEOS) && defined(MEMORY_SANITIZER)) || defined(OS_MACOSX)
#define MAYBE_CorrectLoadingOrder DISABLED_CorrectLoadingOrder
#else
#define MAYBE_CorrectLoadingOrder CorrectLoadingOrder
« 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