| Index: testing/buildbot/chromium.linux.json
|
| diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
|
| index 372102c223443e4258ea7119291e49ec5501dc11..9298caa28dd724265ba82cea4f6a618a9d1a003a 100644
|
| --- a/testing/buildbot/chromium.linux.json
|
| +++ b/testing/buildbot/chromium.linux.json
|
| @@ -1057,6 +1057,17 @@
|
| "test": "content_browsertests"
|
| },
|
| {
|
| + "args": [
|
| + "--enable-browser-side-navigation",
|
| + "--test-launcher-filter-file=../../testing/buildbot/filters/browser-side-navigation.linux.content_browsertests.filter"
|
| + ],
|
| + "name": "browser_side_navigation_content_browsertests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| + "test": "content_browsertests"
|
| + },
|
| + {
|
| "override_compile_targets": [
|
| "content_site_isolation_browsertests"
|
| ],
|
|
|