Commit cb97fc04 authored by eroman's avatar eroman Committed by Commit bot

Disable SitePerProcessBrowserTest.ProxyCreationSkipsSubtree on Windows due to flaky timeouts.

BUG=444563
TBR=creis@chromium.org

Review URL: https://codereview.chromium.org/804923003

Cr-Commit-Position: refs/heads/master@{#309449}
parent fefc2f86
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment