Commit 58965708 authored by Greg Thompson's avatar Greg Thompson Committed by Commit Bot

Run interactive_ui_tests on Win10 bots.

Improvements in the test harness may allow these to run on Win 10
(at least, they run on my Win10 box).

BUG=699442

Change-Id: Ic884ceba23bcd634ca961326eaf53ee3b6589856
Reviewed-on: https://chromium-review.googlesource.com/774442Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Reviewed-by: default avatarWill Harris <wfh@chromium.org>
Commit-Queue: Greg Thompson <grt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517321}
parent 283aee4e
......@@ -7423,6 +7423,12 @@
},
"test": "installer_util_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "interactive_ui_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": false
......
......@@ -849,6 +849,13 @@
},
"test": "installer_util_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 2
},
"test": "interactive_ui_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
......
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