Skip to content

Commit

Permalink
Set default flake attempt to 1 (not 2)
Browse files Browse the repository at this point in the history
Signed-off-by: Davanum Srinivas <[email protected]>
  • Loading branch information
dims committed Apr 11, 2022
1 parent 7380fc7 commit 984037d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_node/conformance/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ENV FOCUS="\[Conformance\]" \
SKIP="\[Flaky\]|\[Serial\]" \
PARALLELISM=8 \
REPORT_PATH="/var/result" \
FLAKE_ATTEMPTS=2 \
FLAKE_ATTEMPTS=1 \
TEST_ARGS="" \
EXTRA_ENVS=""

Expand Down

0 comments on commit 984037d

Please sign in to comment.