Commit d7e06272 authored by jiayl's avatar jiayl Committed by Commit bot

Disabling flaky test ChromeRenderProcessHostTestWithCommandLine.ProcessOverflow flaky on Win.

TBR=thestig@chromium.org
NOTRY=true
BUG=442785

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

Cr-Commit-Position: refs/heads/master@{#315365}
parent 44b322fe
...@@ -224,8 +224,8 @@ class ChromeRenderProcessHostTestWithCommandLine ...@@ -224,8 +224,8 @@ class ChromeRenderProcessHostTestWithCommandLine
} }
}; };
// Disable on Mac 10.9 due to ongoing flakiness. (crbug.com/442785) // Disable on Mac and Windows due to ongoing flakiness. (crbug.com/442785)
#if defined(OS_MACOSX) #if defined(OS_MACOSX) || defined(OS_WIN)
#define MAYBE_ProcessPerTab DISABLED_ProcessPerTab #define MAYBE_ProcessPerTab DISABLED_ProcessPerTab
#else #else
#define MAYBE_ProcessPerTab ProcessPerTab #define MAYBE_ProcessPerTab ProcessPerTab
......
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