Commit fd54cbdd authored by joi@chromium.org's avatar joi@chromium.org

Flaky on Windows: SessionHistoryTest.FrameBackForward.

TBR=mpcomplete@chromium.org
BUG=48833


Review URL: http://codereview.chromium.org/8820013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113206 0039d316-1c4b-4281-b951-d872f2087c98
parent 568c3316
...@@ -147,6 +147,10 @@ TEST_F(SessionHistoryTest, MAYBE_BasicBackForward) { ...@@ -147,6 +147,10 @@ TEST_F(SessionHistoryTest, MAYBE_BasicBackForward) {
} }
// Test that back/forward works when navigating in subframes. // 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) { TEST_F(SessionHistoryTest, FrameBackForward) {
ASSERT_TRUE(test_server_.Start()); ASSERT_TRUE(test_server_.Start());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment