Commit 60ae9f5b authored by Owen Min's avatar Owen Min Committed by Commit Bot

Disable CacheCounterTest.PrefChanged

Disable this test on Win, ChromeOS and Linux(chromium)

TBR=msramek@chromium.org

Bug: 985131
Change-Id: I2df66eded5c6f5129bde29d8f715dab6c658b3d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731170Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Commit-Queue: Owen Min <zmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#683202}
parent 769bffbf
...@@ -174,8 +174,8 @@ IN_PROC_BROWSER_TEST_F(CacheCounterTest, AfterDoom) { ...@@ -174,8 +174,8 @@ IN_PROC_BROWSER_TEST_F(CacheCounterTest, AfterDoom) {
EXPECT_EQ(0u, GetResult()); EXPECT_EQ(0u, GetResult());
} }
// TODO(crbug.com/985131): Test is flaky in Linux component builds. // TODO(crbug.com/985131): Test is flaky in Linux, Win and ChromeOS.
#if defined(OS_LINUX) && defined(COMPONENT_BUILD) #if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_CHROMEOS)
#define MAYBE_PrefChanged DISABLED_PrefChanged #define MAYBE_PrefChanged DISABLED_PrefChanged
#else #else
#define MAYBE_PrefChanged PrefChanged #define MAYBE_PrefChanged PrefChanged
......
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