Skip to content

Commit bea1b0f

Browse files
committed
Only remove namespace in cleanup phase
1 parent 01e1649 commit bea1b0f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,6 @@ endif
261261
kubectl apply -f $(MANIFESTPATHTEST)
262262
$(ROOTDIR)/scripts/kube_create_storage.sh $(DEPLOYMENTNAMESPACE)
263263
$(ROOTDIR)/scripts/kube_run_tests.sh $(DEPLOYMENTNAMESPACE) $(TESTIMAGE) "$(ENTERPRISEIMAGE)" $(TESTTIMEOUT) $(TESTLENGTHOPTIONS)
264-
ifneq ($(DEPLOYMENTNAMESPACE), default)
265-
kubectl delete namespace $(DEPLOYMENTNAMESPACE) --ignore-not-found --now
266-
endif
267264

268265
.PHONY: cleanup-tests
269266
cleanup-tests:

0 commit comments

Comments
 (0)