Index: content/browser/frame_host/navigation_controller_impl_browsertest.cc |
diff --git a/content/browser/frame_host/navigation_controller_impl_browsertest.cc b/content/browser/frame_host/navigation_controller_impl_browsertest.cc |
index 4b98ab1516f2c28dd46662533ba0461b03ac2d82..323d7c1a79d4f7012b123598f815f2b11ed91130 100644 |
--- a/content/browser/frame_host/navigation_controller_impl_browsertest.cc |
+++ b/content/browser/frame_host/navigation_controller_impl_browsertest.cc |
@@ -1336,7 +1336,9 @@ IN_PROC_BROWSER_TEST_F(NavigationControllerBrowserTest, |
} |
// Verify that reloading a page with url anchor scrolls to correct position. |
-IN_PROC_BROWSER_TEST_F(NavigationControllerBrowserTest, ReloadWithUrlAnchor) { |
+// Disabled due to flakiness: https://crbug.com/672545. |
+IN_PROC_BROWSER_TEST_F(NavigationControllerBrowserTest, |
+ DISABLED_ReloadWithUrlAnchor) { |
GURL url1(embedded_test_server()->GetURL( |
"/navigation_controller/reload-with-url-anchor.html#d2")); |
EXPECT_TRUE(NavigateToURL(shell(), url1)); |