Commit d96ee6fa authored by John Budorick's avatar John Budorick Committed by Commit Bot

Disable network_service_content_browsertests on Win10 x64 dbg.

Change-Id: I639edf669730918329f3368c73440062c3df1997
Bug: 839419,818832,852786
Reviewed-on: https://chromium-review.googlesource.com/1100962
Commit-Queue: John Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#567705}
parent 3546fb84
...@@ -1468,17 +1468,6 @@ ...@@ -1468,17 +1468,6 @@
}, },
"test": "content_browsertests" "test": "content_browsertests"
}, },
{
"args": [
"--enable-features=NetworkService",
"--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.network_content_browsertests.filter"
],
"name": "network_service_content_browsertests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_browsertests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
......
...@@ -1651,6 +1651,7 @@ ...@@ -1651,6 +1651,7 @@
'remove_from': [ 'remove_from': [
# chromium.win # chromium.win
'Win7 Tests (1)', # For swarming capacity reasons. 'Win7 Tests (1)', # For swarming capacity reasons.
'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786
], ],
}, },
'network_service_extensions_browsertests': { 'network_service_extensions_browsertests': {
...@@ -1667,8 +1668,8 @@ ...@@ -1667,8 +1668,8 @@
], ],
'modifications': { 'modifications': {
# chromium.win # chromium.win
'Win10 Tests x64 (dbg)': { # temporary, https://crbug.com/818832 'Win10 Tests x64 (dbg)': {
'experiment_percentage': 100, 'experiment_percentage': 100, # https://crbug.com/852786
}, },
}, },
}, },
......
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