From 194bfd1e9d6d5587c1f35e4f46933f199c2a7b5f Mon Sep 17 00:00:00 2001 From: Rakesh Garimella Date: Wed, 24 Jan 2024 16:39:51 +0100 Subject: [PATCH] test: Remove Flake attempts Please enter the commit message for your changes. Lines starting --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f85335a4..e01dc23af 100644 --- a/Makefile +++ b/Makefile @@ -191,7 +191,7 @@ integration-test-istio: ginkgo k3d | test-matchers provision-test-env ## Provisi .PHONY: run-integration-test-istio run-integration-test-istio: ginkgo test-matchers ## run integration tests with istio on an existing cluster ISTIO_VERSION=$(ISTIO_VERSION) hack/deploy-istio.sh - $(GINKGO) run --tags istio --flake-attempts=5 --junit-report=junit.xml ./test/integration/istio + $(GINKGO) run --tags istio --junit-report=junit.xml ./test/integration/istio mkdir -p ${ARTIFACTS} mv junit.xml ${ARTIFACTS}