diff --git a/Makefile b/Makefile index bf61d5b6f8..33d3f61425 100644 --- a/Makefile +++ b/Makefile @@ -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 ?= 0 GINKGO_NO_COLOR ?= y # Conditional required to produce empty-output if binary not built yet. diff --git a/test/README.md b/test/README.md index f374d3e7fb..6e67bb1a26 100644 --- a/test/README.md +++ b/test/README.md @@ -130,7 +130,7 @@ make localintegration FOCUS="podman inspect bogus pod" You can control some of the parameters passed to Ginkgo - Disable parallel tests by setting `GINKGO_PARALLEL=n` -- Set flake retry count (default 3) to one by setting `GINKGO_FLAKE_ATTEMPTS=1` +- Set flake retry count (default 0) to one by setting `GINKGO_FLAKE_ATTEMPTS=1` - Produce colorful tests report by setting `GINKGO_NO_COLOR=n` # System tests