| Index: content/browser/site_per_process_browsertest.cc
|
| diff --git a/content/browser/site_per_process_browsertest.cc b/content/browser/site_per_process_browsertest.cc
|
| index 7db455401503da5a701b0db555de0d7ac3507038..55941e00a16f781f7021c03f7bca50446f2e6a87 100644
|
| --- a/content/browser/site_per_process_browsertest.cc
|
| +++ b/content/browser/site_per_process_browsertest.cc
|
| @@ -3086,8 +3086,10 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest,
|
| // checking whether the grandchild frame added in step 3 sees proper sandbox
|
| // flags and origin for its (remote) parent. This wasn't addressed when
|
| // https://crbug.com/423587 was fixed.
|
| -IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest,
|
| - ProxiesForNewChildFramesHaveCorrectReplicationState) {
|
| +// TODO(alexmos): Re-enable when https://crbug.com/610893 is fixed.
|
| +IN_PROC_BROWSER_TEST_F(
|
| + SitePerProcessBrowserTest,
|
| + DISABLED_ProxiesForNewChildFramesHaveCorrectReplicationState) {
|
| GURL main_url(
|
| embedded_test_server()->GetURL("/frame_tree/page_with_one_frame.html"));
|
| EXPECT_TRUE(NavigateToURL(shell(), main_url));
|
|
|