Skip to content

Commit

Permalink
Revert "test: enable rbe on all unit tests"
Browse files Browse the repository at this point in the history
This reverts commit 1193886.

(cherry picked from commit 504e967)
  • Loading branch information
clydin committed Aug 29, 2022
1 parent 21811b7 commit 918418e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/angular_devkit/build_angular/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ LARGE_SPECS = {
"@npm//puppeteer",
"@npm//ts-node",
],
# NB: does not run on rbe because webdriver manager uses an absolute path to chromedriver
"tags": ["no-remote-exec"],
},
"dev-server": {
"shards": 10,
Expand Down Expand Up @@ -327,6 +329,8 @@ LARGE_SPECS = {
"@npm//puppeteer",
"@npm//ts-node",
],
# 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,
},
Expand Down

0 comments on commit 918418e

Please sign in to comment.