File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/angular_devkit/build_angular Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments