summaryrefslogtreecommitdiff
path: root/user-template.bazelrc
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2021-09-06 09:25:02 +0200
committerPhilip Kuryloski <kuryloskip@vmware.com>2021-09-06 09:25:02 +0200
commit47a3531cf74f10904e08cbd78ec7156cb67ba141 (patch)
treee825339e562d96a56022dcbdea2f2dba5f90da05 /user-template.bazelrc
parentf493529fec3baf7c6aa871d52acc8631bfa3f5c7 (diff)
downloadrabbitmq-server-git-47a3531cf74f10904e08cbd78ec7156cb67ba141.tar.gz
Use a better means of avoiding simultaneous test runs locally
Diffstat (limited to 'user-template.bazelrc')
-rw-r--r--user-template.bazelrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-template.bazelrc b/user-template.bazelrc
index e36765fd77..2b331adb26 100644
--- a/user-template.bazelrc
+++ b/user-template.bazelrc
@@ -8,7 +8,7 @@ build --//:elixir_home=/Users/rabbitmq/.kiex/elixirs/elixir-1.12.0/lib/elixir
build --spawn_strategy=local
# run one test at a time on the local machine
-build --test_strategy=exclusive
+build --local_test_jobs=1
# don't re-run flakes automatically on the local machine
build --flaky_test_attempts=1