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

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

Issue 2748043002: Disable RestartTest.LocalStorageClearedOnExit and CookiesClearedOnExit (Closed)
Patch Set: Created 3 years, 9 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 a75386663cb5cff0cdab169b19cfa719a1fcc940..65e8eb03d6760cfe7348902d7da2899165722833 100644
--- a/chrome/browser/sessions/better_session_restore_browsertest.cc
+++ b/chrome/browser/sessions/better_session_restore_browsertest.cc
@@ -460,13 +460,14 @@ IN_PROC_BROWSER_TEST_F(ContinueWhereILeftOffTest, PRE_CookiesClearedOnExit) {
->SetDefaultCookieSetting(CONTENT_SETTING_SESSION_ONLY);
}
-// Flaky on Mac. http://crbug.com/656211.
+// Flaky. http://crbug.com/656211, http://crbug.com/700683
#if defined(OS_MACOSX)
#define MAYBE_CookiesClearedOnExit DISABLED_CookiesClearedOnExit
#else
#define MAYBE_CookiesClearedOnExit CookiesClearedOnExit
#endif
-IN_PROC_BROWSER_TEST_F(ContinueWhereILeftOffTest, MAYBE_CookiesClearedOnExit) {
+IN_PROC_BROWSER_TEST_F(ContinueWhereILeftOffTest,
+ DISABLED_CookiesClearedOnExit) {
CheckReloadedPageNotRestored();
}
@@ -688,7 +689,8 @@ IN_PROC_BROWSER_TEST_F(RestartTest, PRE_LocalStorageClearedOnExit) {
Restart();
}
-IN_PROC_BROWSER_TEST_F(RestartTest, LocalStorageClearedOnExit) {
+// Flaky(crbug.com/700694)
+IN_PROC_BROWSER_TEST_F(RestartTest, DISABLED_LocalStorageClearedOnExit) {
CheckReloadedPageRestored();
}
« 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