Commit 7220ee51 authored by John Budorick's avatar John Budorick Committed by Commit Bot

Mac10.13 Tests: drop browser_tests to experimental and disable window server suspects.

TBR=ellyjones@chromium.org

Bug: 767397
Change-Id: I88764b5dad273ec9dbea975cc6e97ce799ce6fe1
Reviewed-on: https://chromium-review.googlesource.com/1100296Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#567119}
parent 444da9a6
...@@ -1549,6 +1549,10 @@ ...@@ -1549,6 +1549,10 @@
"test": "boringssl_ssl_tests" "test": "boringssl_ssl_tests"
}, },
{ {
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter"
],
"experiment_percentage": 100,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"shards": 10 "shards": 10
......
...@@ -243,6 +243,7 @@ ...@@ -243,6 +243,7 @@
'shards': 5, 'shards': 5,
}, },
}, },
# chromium.mac
'Mac10.11 Tests': { 'Mac10.11 Tests': {
'args': [ 'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter', '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
...@@ -253,6 +254,12 @@ ...@@ -253,6 +254,12 @@
'--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter', '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
], ],
}, },
'Mac10.13 Tests': {
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
],
'experiment_percentage': 100,
},
# chromium.memory # chromium.memory
'Linux ASan LSan Tests (1)': { 'Linux ASan LSan Tests (1)': {
# These are very slow on the ASAN trybot for some reason. # These are very slow on the ASAN trybot for some reason.
......
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