diff options
Diffstat (limited to 'testing/buildbot/chromium_trybot.json')
-rw-r--r-- | testing/buildbot/chromium_trybot.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json index 37a5dda..87b0d23 100644 --- a/testing/buildbot/chromium_trybot.json +++ b/testing/buildbot/chromium_trybot.json @@ -239,7 +239,10 @@ }, { "test": "extensions_browsertests", - "platforms": ["linux", "win"] + "platforms": ["linux", "win"], + "swarming": { + "can_use_on_swarming_builders": true + } }, { "test": "app_shell_unittests", |