Commit 6b44aa5a authored by jonross's avatar jonross Committed by Commit Bot

Disable flaky viz_content_browsertests on win 10

Currently on chromium.win/Win10 Tests x64 (dbg) the viz_content_browsertests
are timing out a lot. Affecting CQ. This disables them on that bot until we can
debug them ourselves.

TBR=dpranke@chromium.org
TEST=viz_content_browsertests

Bug: 839824
Change-Id: Ifbba13cc4ffb28baa70825aa0fff9b398ce79f7d
Reviewed-on: https://chromium-review.googlesource.com/1044226Reviewed-by: default avatarJonathan Ross <jonross@chromium.org>
Commit-Queue: Jonathan Ross <jonross@chromium.org>
Cr-Commit-Position: refs/heads/master@{#556048}
parent 73bc32d0
...@@ -1270,18 +1270,6 @@ ...@@ -1270,18 +1270,6 @@
}, },
"test": "content_browsertests" "test": "content_browsertests"
}, },
{
"args": [
"--enable-features=VizDisplayCompositor",
"--test-launcher-filter-file=../../testing/buildbot/filters/viz.content_browsertests.filter"
],
"name": "viz_content_browsertests",
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 2
},
"test": "content_browsertests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
......
...@@ -3137,6 +3137,12 @@ ...@@ -3137,6 +3137,12 @@
'Linux Tests (dbg)(1)(32)', 'Linux Tests (dbg)(1)(32)',
], ],
}, },
'viz_content_browsertests': {
'remove_from': [
# Currently flaky timeouts on Windows 10. crbug.com/839824
'Win10 Tests x64 (dbg)',
],
},
'viz_browser_tests': { 'viz_browser_tests': {
'remove_from': [ 'remove_from': [
# Currently too flaky on Windows. # Currently too flaky on Windows.
......
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