Commit 49219e95 authored by guidou's avatar guidou Committed by Commit bot

Disable...

Disable ChromeRenderProcessHostBackgroundingTest.ProcessPriorityAfterStoppedAudio on Windows due to flakiness.

BUG=616421
TBR=jochen@chromium.org,henrika@chromium.org,pkasting@chromiun.org

Review-Url: https://codereview.chromium.org/2032493002
Cr-Commit-Position: refs/heads/master@{#397113}
parent c9b3e99e
......@@ -592,8 +592,15 @@ class ChromeRenderProcessHostBackgroundingTest
// Test to make sure that a process is backgrounded when the audio stops playing
// from the active tab and there is an immediate tab switch.
// Disable on Windows due to ongoing flakiness. (crbug.com/616421)
#if defined(OS_WIN)
#define MAYBE_ProcessPriorityAfterStoppedAudio \
DISABLED_ProcessPriorityAfterStoppedAudio
#else
#define MAYBE_ProcessPriorityAfterStoppedAudio ProcessPriorityAfterStoppedAudio
#endif
IN_PROC_BROWSER_TEST_F(ChromeRenderProcessHostBackgroundingTest,
ProcessPriorityAfterStoppedAudio) {
MAYBE_ProcessPriorityAfterStoppedAudio) {
// This test is invalid on platforms that can't background.
if (!base::Process::CanBackgroundProcesses())
return;
......
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