Skip to content

Commit fe8aa6e

Browse files
authored
Merge pull request kubernetes#93605 from liggitt/noflake
Stop ignoring unit test flakes
2 parents 26d0f84 + b4189f4 commit fe8aa6e

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 --flaky_test_attempts=3
31+
test:unit --runs_per_test=3
3232

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

0 commit comments

Comments
 (0)