Skip to content

Commit 1e749ef

Browse files
authored
Merge pull request #4032 from kubernetes-sigs/camilamacedo86-patch-4
🌱 Update Makefile - Remove makefile target to test legacy project no longer supported
2 parents b3eeace + 5632ed0 commit 1e749ef

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,6 @@ check-testdata: ## Run the script to ensure that the testdata is updated
142142
test-testdata: ## Run the tests of the testdata directory
143143
./test/testdata/test.sh
144144

145-
#todo(remove the test-legacy whne the go/v2 be removed from kubebuilder)
146-
147-
.PHONY: test-legacy
148-
test-legacy: ## Run the legacy tests (go/v2) of the testdata directory
149-
./test/testdata/test_legacy.sh
150-
151145
.PHONY: test-e2e-local
152146
test-e2e-local: ## Run the end-to-end tests locally
153147
## To keep the same kind cluster between test runs, use `SKIP_KIND_CLEANUP=1 make test-e2e-local`

0 commit comments

Comments
 (0)