| 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 4f2eacedf5199d3f835a4de3016578cbabe52404..042d920446d2535f168a18defe9fcb705cdee42d 100644
|
| --- a/content/browser/site_per_process_browsertest.cc
|
| +++ b/content/browser/site_per_process_browsertest.cc
|
| @@ -3329,7 +3329,8 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessEmbedderCSPEnforcementBrowserTest,
|
| }
|
|
|
| // Verify origin replication with an A-embed-B-embed-C-embed-A hierarchy.
|
| -IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest, OriginReplication) {
|
| +// Disabled due to flake on multiple platforms: https://crbug.com/692864.
|
| +IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest, DISABLED_OriginReplication) {
|
| GURL main_url(embedded_test_server()->GetURL(
|
| "a.com", "/cross_site_iframe_factory.html?a(b(c(a),b), a)"));
|
| EXPECT_TRUE(NavigateToURL(shell(), main_url));
|
|
|