We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75918e6 commit 504e967Copy full SHA for 504e967
packages/angular_devkit/build_angular/BUILD.bazel
@@ -295,6 +295,8 @@ LARGE_SPECS = {
295
"@npm//puppeteer",
296
"@npm//ts-node",
297
],
298
+ # NB: does not run on rbe because webdriver manager uses an absolute path to chromedriver
299
+ "tags": ["no-remote-exec"],
300
},
301
"dev-server": {
302
"shards": 10,
@@ -327,6 +329,8 @@ LARGE_SPECS = {
327
329
328
330
331
332
333
334
# NB: multiple shards will compete for port 4200 so limiting to 1
335
"shards": 1,
336
0 commit comments