-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: switch angular CLI integration test to specify internet require…
…ment Adds the `requires-network` access tag to the Angular CLI integration test. Internet access is by default not allowed. Also switches our RBE platform to the one with network acesss (it's acceptable doing that because we explicitly have network sandboxing enabled). This allows the Angular CLI integration test to run with RBE (which is a good test for us). Now that this test does not need to run outside of sandbox anymore, we'll re-enable the Bazel sandboxing but have to disable the inner Chromium one. This is reasonable and there is no risk with doing that as Chromium generally runs without sandbox in Bazel actions/tests.
- Loading branch information
1 parent
4c652ca
commit f8a3346
Showing
3 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters