Commit 099d49c3 authored by Giovanni Ortuño Urquidi's avatar Giovanni Ortuño Urquidi Committed by Commit Bot

sheriff: actually disable test :)

TBR=jkarlin@chromium.org
NOTRY=true

Bug: 853283
Change-Id: I9fc6fd81c7461db738ee2e7eeece6eae69fc7109
Reviewed-on: https://chromium-review.googlesource.com/1105679Reviewed-by: default avatarGiovanni Ortuño Urquidi <ortuno@chromium.org>
Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568363}
parent c75db55c
......@@ -4115,7 +4115,7 @@ TEST_F(DiskCacheBackendTest, SimpleCacheEnumerationDestruction) {
// Verify that tasks run in priority order when the experiment is enabled.
// Test has races, disabling until fixed: https://crbug.com/853283
TEST_F(DiskCacheBackendTest, DISABLE_SimpleCachePrioritizedEntryOrder) {
TEST_F(DiskCacheBackendTest, DISABLED_SimpleCachePrioritizedEntryOrder) {
base::test::ScopedFeatureList scoped_feature_list;
scoped_feature_list.InitAndEnableFeature(
disk_cache::SimpleBackendImpl::kPrioritizedSimpleCacheTasks);
......
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