| Index: testing/buildbot/chromium_trybot.json
|
| diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json
|
| index e8bf5816b46cc4e9278fb508a8025739e65e0d64..edfcad23fba91a0e0db6e01daaf277711bb318e1 100644
|
| --- a/testing/buildbot/chromium_trybot.json
|
| +++ b/testing/buildbot/chromium_trybot.json
|
| @@ -19,8 +19,6 @@
|
| "can_use_on_swarming_builders": true
|
| }
|
| },
|
| - "app_shell_browsertests",
|
| - "app_shell_unittests",
|
| {
|
| "test": "ash_unittests",
|
| "chromium_configs": [
|
| @@ -215,6 +213,14 @@
|
| "url_unittests",
|
| {
|
| "test": "wm_unittests",
|
| + "platforms": ["linux", "win"]
|
| + },
|
| + {
|
| + "test": "app_shell_browsertests",
|
| + "platforms": ["linux", "win"]
|
| + },
|
| + {
|
| + "test": "app_shell_unittests",
|
| "platforms": ["linux", "win"]
|
| },
|
| {
|
|
|