Run exclusive tests in the sandbox
I was playing around with an exclusive test. It gave me some strange
errors that made me realize the test is actually breaking the sandbox.
This flag prevents exclusive tests from automatically breaking the
sandbox.
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: I312c681dfeb451dfb6909f6c04fb281fb9addd2c
diff --git a/.bazelrc b/.bazelrc
index 6359ba3..a69ccad 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -96,6 +96,7 @@
build --spawn_strategy=sandboxed
build --sandbox_default_allow_network=false
+build --incompatible_exclusive_test_sandboxed
build --strategy=TsProject=sandboxed
build --strategy=CopyFile=standalone