Index: testing/buildbot/chromium.mac.json |
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json |
index f6725b0ac4badb092555cbdf435a012ddc7587fd..c65ca5cdf48ba32fb6c53c9c6633c1036940b9a1 100644 |
--- a/testing/buildbot/chromium.mac.json |
+++ b/testing/buildbot/chromium.mac.json |
@@ -280,12 +280,14 @@ |
], |
"scripts": [ |
{ |
- "name": "telemetry_unittests", |
- "script": "telemetry_unittests.py" |
+ "name_disabled": "telemetry_unittests", |
Paweł Hajdan Jr.
2014/11/06 10:40:47
Please don't invent syntax like this - even if it
|
+ "script_disabled": "telemetry_unittests.py", |
+ "reason": "http://crbug.com/420615" |
}, |
{ |
- "name": "telemetry_perf_unittests", |
- "script": "telemetry_perf_unittests.py" |
+ "name_disabled": "telemetry_perf_unittests", |
+ "script_disabled": "telemetry_perf_unittests.py", |
+ "reason": "http://crbug.com/420615" |
}, |
{ |
"name": "nacl_integration", |
@@ -379,12 +381,14 @@ |
], |
"scripts": [ |
{ |
- "name": "telemetry_unittests", |
- "script": "telemetry_unittests.py" |
+ "name_disabled": "telemetry_unittests", |
+ "script_disabled": "telemetry_unittests.py", |
+ "reason": "http://crbug.com/420615" |
}, |
{ |
- "name": "telemetry_perf_unittests", |
- "script": "telemetry_perf_unittests.py" |
+ "name_disabled": "telemetry_perf_unittests", |
+ "script_disabled": "telemetry_perf_unittests.py", |
+ "reason": "http://crbug.com/420615" |
}, |
{ |
"name": "nacl_integration", |