Skip to content

Commit 0c4e1d0

Browse files
authored
Merge pull request kubernetes#94699 from spiffxp/bazel-test-unit-twice
Run unit tests 2 instead of 3 times via bazel
2 parents 1b0ef51 + a69964e commit 0c4e1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/root/.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test:unit --features=race
2828

2929
test:unit --build_tests_only
3030
test:unit --test_tag_filters=-e2e,-integration
31-
test:unit --runs_per_test=3
31+
test:unit --runs_per_test=2
3232

3333
test:integration --local_test_jobs 4
3434
test:integration --test_tag_filters=integration

0 commit comments

Comments
 (0)