Skip to content

Commit 1d2ac6b

Browse files
authored
[Slice] Remove unused cleanup-test-e2e target.
2 parents 5b02e98 + 46af76f commit 1d2ac6b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

slice/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ run-test-e2e-%:
125125
TEST_LOG_LEVEL=$(TEST_LOG_LEVEL) E2E_RUN_ONLY_ENV=$(E2E_RUN_ONLY_ENV) \
126126
./hack/e2e-test.sh
127127

128-
.PHONY: cleanup-test-e2e
129-
cleanup-test-e2e: ## Tear down the Kind cluster used for e2e tests
130-
@$(KIND) delete cluster --name $(KIND_CLUSTER)
131-
132128
.PHONY: lint
133129
lint: golangci-lint ## Run golangci-lint linter
134130
$(GOLANGCI_LINT) run

0 commit comments

Comments
 (0)