Skip to content

Commit 8ef940b

Browse files
gregmagolandgp1130
authored andcommitted
build: use no-remote-exec tag so test still runs in sandbox
Turns out there is a linker bug with no sandbox.
1 parent 52d7b01 commit 8ef940b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ LARGE_SPECS = {
261261
"@npm//puppeteer",
262262
"@npm//ts-node",
263263
],
264-
# NB: must be run locally because webdriver manager uses an absolute path to chromedriver
265-
"tags": ["local"],
264+
# NB: does not run on rbe because webdriver manager uses an absolute path to chromedriver
265+
"tags": ["no-remote-exec"],
266266
},
267267
"dev-server": {
268268
"extra_deps": [
@@ -290,8 +290,8 @@ LARGE_SPECS = {
290290
"@npm//puppeteer",
291291
"@npm//ts-node",
292292
],
293-
# NB: must be run locally because webdriver manager uses an absolute path to chromedriver
294-
"tags": ["local"],
293+
# NB: does not run on rbe because webdriver manager uses an absolute path to chromedriver
294+
"tags": ["no-remote-exec"],
295295
# NB: multiple shards will compete for port 4200 so limiting to 1
296296
"shards": 1,
297297
},

0 commit comments

Comments
 (0)