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

Unified Diff: chrome/browser/session_history_uitest.cc

Issue 8820013: Flaky on Windows: SessionHistoryTest.FrameBackForward. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/session_history_uitest.cc
diff --git a/chrome/browser/session_history_uitest.cc b/chrome/browser/session_history_uitest.cc
index 7a6c0276588e0022862a8557ce0b2ace18769ff1..b0389e9949f3d9d2a738c53c4aa021eec4f58fcd 100644
--- a/chrome/browser/session_history_uitest.cc
+++ b/chrome/browser/session_history_uitest.cc
@@ -147,6 +147,10 @@ TEST_F(SessionHistoryTest, MAYBE_BasicBackForward) {
}
// Test that back/forward works when navigating in subframes.
+#if defined(OS_WIN)
+// http://crbug.com/48833
+#define FrameBackForward FLAKY_FrameBackForward
+#endif
TEST_F(SessionHistoryTest, FrameBackForward) {
ASSERT_TRUE(test_server_.Start());
« 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