Commit eef031a0 authored by Garrett Beaty's avatar Garrett Beaty Committed by Commit Bot

Temporarily remove telemetry{,perf_}_unittests from Mac10.{10,11} Tests.

telemetry_unittests and telemetry_perf_unittests are consistently
failing on Mac10.10 Tests and Mac10.11 Tests. Due to a bug in recipes
code, the failures are not causing the builds to fail, so they are
consuming resources and not producing any useful signal.

Bug: 936540
Change-Id: I49c0cebcc3cf1963c0e2776975ea82b6aa0b0640
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/1493153
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#636256}
parent 21d1cd56
...@@ -1084,25 +1084,6 @@ ...@@ -1084,25 +1084,6 @@
"idempotent": false "idempotent": false
} }
}, },
{
"args": [
"--jobs=1"
],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "none",
"os": "Mac-10.10"
}
],
"hard_timeout": 960,
"idempotent": false,
"shards": 12
}
},
{ {
"args": [ "args": [
"--jobs=1", "--jobs=1",
...@@ -2243,25 +2224,6 @@ ...@@ -2243,25 +2224,6 @@
"idempotent": false "idempotent": false
} }
}, },
{
"args": [
"--jobs=1"
],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "none",
"os": "Mac-10.11"
}
],
"hard_timeout": 960,
"idempotent": false,
"shards": 12
}
},
{ {
"args": [ "args": [
"--jobs=1", "--jobs=1",
......
...@@ -1229,6 +1229,9 @@ ...@@ -1229,6 +1229,9 @@
# crbug.com/934885 # crbug.com/934885
'Linux Tests (dbg)(1)', 'Linux Tests (dbg)(1)',
'Linux Tests (dbg)(1)(32)', 'Linux Tests (dbg)(1)(32)',
# crbug.com/936540
'Mac10.10 Tests',
'Mac10.11 Tests',
'Mac10.13 Tests', 'Mac10.13 Tests',
'Mac10.13 Tests (dbg)', 'Mac10.13 Tests (dbg)',
# client.v8.chromium # client.v8.chromium
......
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