mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 18:13:38 +08:00
build: use no-remote-exec tag so test still runs in sandbox
Turns out there is a linker bug with no sandbox.
This commit is contained in:
parent
52d7b012d3
commit
8ef940b205
@ -261,8 +261,8 @@ LARGE_SPECS = {
|
||||
"@npm//puppeteer",
|
||||
"@npm//ts-node",
|
||||
],
|
||||
# NB: must be run locally because webdriver manager uses an absolute path to chromedriver
|
||||
"tags": ["local"],
|
||||
# NB: does not run on rbe because webdriver manager uses an absolute path to chromedriver
|
||||
"tags": ["no-remote-exec"],
|
||||
},
|
||||
"dev-server": {
|
||||
"extra_deps": [
|
||||
@ -290,8 +290,8 @@ LARGE_SPECS = {
|
||||
"@npm//puppeteer",
|
||||
"@npm//ts-node",
|
||||
],
|
||||
# NB: must be run locally because webdriver manager uses an absolute path to chromedriver
|
||||
"tags": ["local"],
|
||||
# NB: does not run on rbe because webdriver manager uses an absolute path to chromedriver
|
||||
"tags": ["no-remote-exec"],
|
||||
# NB: multiple shards will compete for port 4200 so limiting to 1
|
||||
"shards": 1,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user