Commit c73ef76e authored by qyearsley's avatar qyearsley Committed by Commit bot

Turn off swarming for WebKit Mac10.12.

BUG=697971

Review-Url: https://codereview.chromium.org/2738933002
Cr-Commit-Position: refs/heads/master@{#455776}
parent a52e21fe
...@@ -220,27 +220,15 @@ ...@@ -220,27 +220,15 @@
"WebKit Mac10.12": { "WebKit Mac10.12": {
"gtest_tests": [ "gtest_tests": [
{ {
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_heap_unittests" "test": "blink_heap_unittests"
}, },
{ {
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_platform_unittests" "test": "blink_platform_unittests"
}, },
{ {
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests" "test": "webkit_unit_tests"
}, },
{ {
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "wtf_unittests" "test": "wtf_unittests"
} }
], ],
......
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