Skip to content

Commit

Permalink
test: Remove Flake attempts
Browse files Browse the repository at this point in the history
 Please enter the commit message for your changes. Lines starting
  • Loading branch information
rakesh-garimella committed Jan 24, 2024
1 parent 3a7287f commit 194bfd1
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 @@ -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}

Expand Down

0 comments on commit 194bfd1

Please sign in to comment.