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

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

Issue 2428863002: Disable flaky ContinueWhereILeftOffTest.LocalStorageClearedOnExit on Mac. (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/better_session_restore_browsertest.cc
diff --git a/chrome/browser/sessions/better_session_restore_browsertest.cc b/chrome/browser/sessions/better_session_restore_browsertest.cc
index 3500b5cf39c62d5231a3fc28badd7d80e996c9bb..c2a92482be1fcbb971cffa185c8dac4f36fc8385 100644
--- a/chrome/browser/sessions/better_session_restore_browsertest.cc
+++ b/chrome/browser/sessions/better_session_restore_browsertest.cc
@@ -436,7 +436,14 @@ IN_PROC_BROWSER_TEST_F(ContinueWhereILeftOffTest,
->SetDefaultCookieSetting(CONTENT_SETTING_SESSION_ONLY);
}
-IN_PROC_BROWSER_TEST_F(ContinueWhereILeftOffTest, LocalStorageClearedOnExit) {
+// Crashes on Mac only. http://crbug.com/656211
+#if defined(OS_MACOSX)
+#define MAYBE_LocalStorageClearedOnExit DISABLED_LocalStorageClearedOnExit
+#else
+#define MAYBE_LocalStorageClearedOnExit LocalStorageClearedOnExit
+#endif
+IN_PROC_BROWSER_TEST_F(ContinueWhereILeftOffTest,
+ MAYBE_LocalStorageClearedOnExit) {
CheckReloadedPageNotRestored();
}
« 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