Commit 62abfd47 authored by Yuki Yamada's avatar Yuki Yamada Committed by Commit Bot

Disable CacheCounterTest.Empty

Randomly crashes on Win 7 Tests x64 (1)
https://ci.chromium.org/p/chromium/builders/ci/Win%207%20Tests%20x64%20%281%29/b8862779006945233296

TBR=rohitrao@chromium.org

No-Try: true
Bug: 1152289
Change-Id: I8007bb02997d230a66a78fda17b18c3c466f327b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2557279
Commit-Queue: Yuki Yamada <yukiy@chromium.org>
Reviewed-by: default avatarYuki Yamada <yukiy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#830481}
parent b433b40e
...@@ -239,7 +239,9 @@ class CacheCounterTest : public PlatformTest { ...@@ -239,7 +239,9 @@ class CacheCounterTest : public PlatformTest {
}; };
// Tests that for the empty cache, the result is zero. // Tests that for the empty cache, the result is zero.
TEST_F(CacheCounterTest, Empty) { // Disabled because this test randomly crashes on Win 7 Tests x64 (1).
// See: https://crbug.com/1152289
TEST_F(CacheCounterTest, DISABLED_Empty) {
CacheCounter counter(browser_state()); CacheCounter counter(browser_state());
counter.Init(prefs(), browsing_data::ClearBrowsingDataTab::ADVANCED, counter.Init(prefs(), browsing_data::ClearBrowsingDataTab::ADVANCED,
base::BindRepeating(&CacheCounterTest::CountingCallback, base::BindRepeating(&CacheCounterTest::CountingCallback,
......
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