Skip to content

Commit

Permalink
Stop ignoring unit test flakes, require multiple successful passes
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Sep 4, 2020
1 parent a1b4b29 commit b4189f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/root/.bazelrc
Expand Up @@ -28,7 +28,7 @@ test:unit --features=race

test:unit --build_tests_only
test:unit --test_tag_filters=-e2e,-integration
test:unit --flaky_test_attempts=3
test:unit --runs_per_test=3

test:integration --local_test_jobs 4
test:integration --test_tag_filters=integration
Expand Down

0 comments on commit b4189f4

Please sign in to comment.