diff --git a/Makefile b/Makefile index 2ca48651c..3b4313666 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ e2e-test: install-ginkgo if [ ! -z "$(EXTERNAL_E2E_TEST_BLOBFUSE)" ] || [ ! -z "$(EXTERNAL_E2E_TEST_BLOBFUSE_v2)" ] || [ ! -z "$(EXTERNAL_E2E_TEST_NFS)" ]; then \ bash ./test/external-e2e/run.sh;\ else \ - ginkgo -p -vv --fail-fast ./test/e2e;\ + ginkgo -p -vv --flake-attempts 2 --fail-fast ./test/e2e;\ fi .PHONY: e2e-bootstrap