From 995e19639e5d04be1bc82f0de153e0470ce8b2c0 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 7 Aug 2024 14:14:08 +0200 Subject: [PATCH] DNM: no flake retry Signed-off-by: Paul Holzinger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 076318d931f6..92995e6c10c6 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.