Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: testing/buildbot/chromium.linux.json

Issue 2727913006: Disable ProtocolHandlerRequestIdCorrelationTest.RunAsyncTest with PlzNavigate to green up headless_… (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/buildbot/chromium.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index 4f74778b391982d1ef684af7a483a6c27607e639..f90ea4c4008d877b841068f55043a0b31b53b12f 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -2951,6 +2951,16 @@
"test": "headless_browsertests"
},
{
+ "args": [
+ "--enable-browser-side-navigation"
+ ],
+ "name": "browser_side_navigation_headless_browsertests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "headless_browsertests"
+ },
+ {
"swarming": {
"can_use_on_swarming_builders": true
},
@@ -3613,6 +3623,28 @@
},
{
"swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "headless_browsertests"
+ },
+ {
+ "args": [
+ "--enable-browser-side-navigation"
+ ],
+ "name": "browser_side_navigation_headless_browsertests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "headless_browsertests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "headless_unittests"
+ },
+ {
+ "swarming": {
"can_use_on_swarming_builders": true,
"shards": 3
},

Powered by Google App Engine
This is Rietveld 408576698