From 47a3531cf74f10904e08cbd78ec7156cb67ba141 Mon Sep 17 00:00:00 2001 From: Philip Kuryloski Date: Mon, 6 Sep 2021 09:25:02 +0200 Subject: Use a better means of avoiding simultaneous test runs locally --- user-template.bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user-template.bazelrc') 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 -- cgit v1.2.1