summaryrefslogtreecommitdiff
path: root/user-template.bazelrc
diff options
context:
space:
mode:
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