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

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

Issue 2892063002: Revert of Disable flaky ContinueWhereILeftOffTest.SessionStorage/SessionCookies tests (Closed)
Patch Set: Created 3 years, 7 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 381333c7daecac9316dbd641bad0e361ae709221..a75386663cb5cff0cdab169b19cfa719a1fcc940 100644
--- a/chrome/browser/sessions/better_session_restore_browsertest.cc
+++ b/chrome/browser/sessions/better_session_restore_browsertest.cc
@@ -408,8 +408,7 @@
StoreDataWithPage("session_cookies.html");
}
-// Flaky(crbug.com/700696)
-IN_PROC_BROWSER_TEST_F(ContinueWhereILeftOffTest, DISABLED_SessionCookies) {
+IN_PROC_BROWSER_TEST_F(ContinueWhereILeftOffTest, SessionCookies) {
// The browsing session will be continued; just wait for the page to reload
// and check the stored data.
CheckReloadedPageRestored();
@@ -419,8 +418,7 @@
StoreDataWithPage("session_storage.html");
}
-// Flaky(crbug.com/700699)
-IN_PROC_BROWSER_TEST_F(ContinueWhereILeftOffTest, DISABLED_SessionStorage) {
+IN_PROC_BROWSER_TEST_F(ContinueWhereILeftOffTest, SessionStorage) {
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