We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3eeace + 5632ed0 commit 1e749efCopy full SHA for 1e749ef
Makefile
@@ -142,12 +142,6 @@ check-testdata: ## Run the script to ensure that the testdata is updated
142
test-testdata: ## Run the tests of the testdata directory
143
./test/testdata/test.sh
144
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
151
.PHONY: test-e2e-local
152
test-e2e-local: ## Run the end-to-end tests locally
153
## To keep the same kind cluster between test runs, use `SKIP_KIND_CLEANUP=1 make test-e2e-local`
0 commit comments