Commit ef469050 authored by Christian Dullweber's avatar Christian Dullweber Committed by Commit Bot

Disable BackgroundTracingThrottleTimeElapsed on Windows

This test is flaky on Windows as well.

TBR=oysteine@chromium.org

Bug: 723933
Change-Id: I07d581090a7d898bda7afadf298a141fb144d372
Reviewed-on: https://chromium-review.googlesource.com/831525Reviewed-by: default avatarChristian Dullweber <dullweber@chromium.org>
Commit-Queue: Christian Dullweber <dullweber@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524680}
parent ac7fa987
...@@ -151,8 +151,8 @@ IN_PROC_BROWSER_TEST_F(ChromeTracingDelegateBrowserTest, ...@@ -151,8 +151,8 @@ IN_PROC_BROWSER_TEST_F(ChromeTracingDelegateBrowserTest,
base::Closure(), content::BackgroundTracingManager::NO_DATA_FILTERING)); base::Closure(), content::BackgroundTracingManager::NO_DATA_FILTERING));
} }
// Flaky on Linux. See https://crbug.com/723933. // Flaky on Linux and Windows. See https://crbug.com/723933.
#if defined(OS_LINUX) #if defined(OS_LINUX) || defined(OS_WIN)
#define MAYBE_BackgroundTracingThrottleTimeElapsed \ #define MAYBE_BackgroundTracingThrottleTimeElapsed \
DISABLED_BackgroundTracingThrottleTimeElapsed DISABLED_BackgroundTracingThrottleTimeElapsed
#else #else
......
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