| Index: content/browser/security_exploit_browsertest.cc
|
| diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc
|
| index 3d61efb0e97dfa046137eba4a447336b51836e01..438d5862ca2b322350706305eba03ee926b65587 100644
|
| --- a/content/browser/security_exploit_browsertest.cc
|
| +++ b/content/browser/security_exploit_browsertest.cc
|
| @@ -294,6 +294,13 @@ IN_PROC_BROWSER_TEST_F(SecurityExploitBrowserTest,
|
| // identical to the AttemptDuplicateRenderViewHost test case.
|
| IN_PROC_BROWSER_TEST_F(SecurityExploitBrowserTest,
|
| AttemptDuplicateRenderWidgetHost) {
|
| +#if defined(OS_WIN)
|
| + // PlzNavigate
|
| + // This test is failing in a flaky manner on Android as it appears to be
|
| + // leaking URLRequests. See crbug.com/702584.
|
| + if (IsBrowserSideNavigationEnabled())
|
| + return;
|
| +#endif
|
| int duplicate_routing_id = MSG_ROUTING_NONE;
|
| RenderViewHostImpl* pending_rvh =
|
| PrepareToDuplicateHosts(shell(), &duplicate_routing_id);
|
|
|