Skip to content

Commit

Permalink
ginkgo: do not retry on flakes
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Aug 8, 2024
1 parent 2c3e930 commit b1cdc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ GINKGO ?= ./test/tools/build/ginkgo
GINKGO_JSON ?= $(if $(CI),--json-report ginkgo-e2e.json,)

# Allow control over some Ginkgo parameters
GINKGO_FLAKE_ATTEMPTS ?= 3
GINKGO_FLAKE_ATTEMPTS ?= 1
GINKGO_NO_COLOR ?= y

# Conditional required to produce empty-output if binary not built yet.
Expand Down

0 comments on commit b1cdc3d

Please sign in to comment.