Index: content/browser/session_history_browsertest.cc |
diff --git a/content/browser/session_history_browsertest.cc b/content/browser/session_history_browsertest.cc |
index 263d66d704926e09cc552db7ce95bf0cb89a35ff..b85c68bbc9345cc172c39adcdfa1385a7992a24d 100644 |
--- a/content/browser/session_history_browsertest.cc |
+++ b/content/browser/session_history_browsertest.cc |
@@ -178,7 +178,8 @@ IN_PROC_BROWSER_TEST_F(SessionHistoryTest, BasicBackForward) { |
// Test that back/forward works when navigating in subframes. |
// If this flakes, use http://crbug.com/48833 |
-IN_PROC_BROWSER_TEST_F(SessionHistoryTest, FrameBackForward) { |
+// TODO(wkorman): Re-enable after fix for http://crbug.com/498938 is in. |
+IN_PROC_BROWSER_TEST_F(SessionHistoryTest, DISABLED_FrameBackForward) { |
ASSERT_FALSE(CanGoBack()); |
ASSERT_NO_FATAL_FAILURE(NavigateAndCheckTitle("frames.html", "bot1")); |
@@ -235,7 +236,8 @@ IN_PROC_BROWSER_TEST_F(SessionHistoryTest, FrameBackForward) { |
// Test that back/forward preserves POST data and document state in subframes. |
// If this flakes use http://crbug.com/61619 |
-IN_PROC_BROWSER_TEST_F(SessionHistoryTest, FrameFormBackForward) { |
+// TODO(wkorman): Re-enable after fix for http://crbug.com/498938 is in. |
+IN_PROC_BROWSER_TEST_F(SessionHistoryTest, DISABLED_FrameFormBackForward) { |
ASSERT_FALSE(CanGoBack()); |
ASSERT_NO_FATAL_FAILURE(NavigateAndCheckTitle("frames.html", "bot1")); |