Skip to content

Commit

Permalink
set delete-namespace=false to avoid deleting ns which is used by other
Browse files Browse the repository at this point in the history
specs during parallel testing
  • Loading branch information
cvvz committed Mar 30, 2023
1 parent cda91f8 commit 103840c
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 @@ -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 --fail-fast ./test/e2e --delete-namespace=false;\
fi

.PHONY: e2e-bootstrap
Expand Down

0 comments on commit 103840c

Please sign in to comment.