summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome_frame/test/navigation_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/test/navigation_test.cc b/chrome_frame/test/navigation_test.cc
index a4a1f7f..d6e750f 100644
--- a/chrome_frame/test/navigation_test.cc
+++ b/chrome_frame/test/navigation_test.cc
@@ -124,7 +124,8 @@ TEST_P(FullTabNavigationTest, Refresh) {
}
// Test that multiple back and forward requests work.
-TEST_P(FullTabNavigationTest, MultipleBackForward) {
+// TODO(tsepez): http://crbug.com/83133
+TEST_P(FullTabNavigationTest, FLAKY_MultipleBackForward) {
std::wstring page1 = GetSimplePageUrl();
std::wstring page2 = GetLinkPageUrl();
std::wstring page3 = GetAnchorPageUrl(0);