From b1cdc3de2a6aef3cc1622b0745ec4dda5e624e39 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 6 Aug 2024 13:04:14 +0200 Subject: [PATCH] ginkgo: do not retry on flakes Signed-off-by: Giuseppe Scrivano --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 076318d931..00925f6c49 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 ?= 1 GINKGO_NO_COLOR ?= y # Conditional required to produce empty-output if binary not built yet.