Index: testing/buildbot/chromium.chromiumos.json |
diff --git a/testing/buildbot/chromium.chromiumos.json b/testing/buildbot/chromium.chromiumos.json |
index 7d2f975c34a0cd9b7f9ed27576b5ccb1e4aa1a7f..8f106b7e6e713da8b3c6a72b23ce58849ad75a7b 100644 |
--- a/testing/buildbot/chromium.chromiumos.json |
+++ b/testing/buildbot/chromium.chromiumos.json |
@@ -86,9 +86,14 @@ |
}, |
"sql_unittests", |
"nacl_loader_unittests", |
- "app_shell_browsertests", |
"app_shell_unittests", |
"chromevox_tests", |
+ { |
+ "test": "extensions_browsertests", |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ } |
+ }, |
"skia_unittests" |
] |
}, |
@@ -96,7 +101,6 @@ |
"gtest_tests": [ |
"accessibility_unittests", |
"app_list_unittests", |
- "app_shell_browsertests", |
"app_shell_unittests", |
"ash_unittests", |
"aura_unittests", |
@@ -118,6 +122,12 @@ |
"device_unittests", |
"display_unittests", |
"events_unittests", |
+ { |
+ "test": "extensions_browsertests", |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ } |
+ }, |
"extensions_unittests", |
"gcm_unit_tests", |
"google_apis_unittests", |
@@ -239,7 +249,6 @@ |
"shards": 10 |
} |
}, |
- "app_shell_browsertests", |
"app_shell_unittests", |
{ |
"test": "content_browsertests", |
@@ -248,6 +257,12 @@ |
"shards": 2 |
} |
}, |
+ { |
+ "test": "extensions_browsertests", |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ } |
+ }, |
"gcm_unit_tests", |
"skia_unittests", |
{ |