| 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 df82dad484340bfde442d91eb36a2d1f79a94132..ab967f76e1d976dc6e7f3b6c031ee55fb4b3b928 100644
|
| --- a/content/browser/site_per_process_browsertest.cc
|
| +++ b/content/browser/site_per_process_browsertest.cc
|
| @@ -779,7 +779,8 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest,
|
| // created in the FrameTree skipping the subtree of the navigating frame.
|
| //
|
| // Disabled on Mac due to flakiness on ASAN. http://crbug.com/425248
|
| -#if defined(OS_MACOSX)
|
| +// Disabled on Windows due to flakiness on Win 7 bot. http://crbug.com/444563
|
| +#if defined(OS_MACOSX) || defined(OS_WIN)
|
| #define MAYBE_ProxyCreationSkipsSubtree DISABLED_ProxyCreationSkipsSubtree
|
| #else
|
| #define MAYBE_ProxyCreationSkipsSubtree ProxyCreationSkipsSubtree
|
|
|