| 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 4cfae13dcbadbf32908ebf7291713e8627af295b..a8224d9855a720dc1c78b33cf7a5118c94e5e8bb 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl_browsertest.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl_browsertest.cc
|
| @@ -1638,8 +1638,9 @@ IN_PROC_BROWSER_TEST_F(NavigationControllerBrowserTest,
|
| // Verify the tree of FrameNavigationEntries when a nested iframe commits inside
|
| // the initial blank page of an iframe with no committed entry. Prevents
|
| // regression of https://crbug.com/600743.
|
| +// Flaky test: See https://crbug.com/610801
|
| IN_PROC_BROWSER_TEST_F(NavigationControllerBrowserTest,
|
| - FrameNavigationEntry_NoCommitNestedAutoSubframe) {
|
| + DISABLED_FrameNavigationEntry_NoCommitNestedAutoSubframe) {
|
| GURL main_url(embedded_test_server()->GetURL(
|
| "/navigation_controller/simple_page_1.html"));
|
| EXPECT_TRUE(NavigateToURL(shell(), main_url));
|
|
|