Skip to content

Commit

Permalink
chore: remove outdated integration test (#7173)
Browse files Browse the repository at this point in the history
(cherry picked from commit f5f08c9)
  • Loading branch information
free6om committed Apr 25, 2024
1 parent a6c6767 commit 5bd8105
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1,429 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,6 @@ test: manifests generate test-go-generate add-k8s-host test-fast ## Run tests. i
race:
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" $(GO) test -race $(TEST_PACKAGES)

.PHONY: test-integration
test-integration: manifests generate envtest add-k8s-host ## Run tests. if existing k8s cluster is k3d or minikube, specify EXISTING_CLUSTER_TYPE.
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" $(GO) test ./test/integration

.PHONY: test-delve
test-delve: manifests generate envtest ## Run tests.
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" dlv --listen=:$(DEBUG_PORT) --headless=true --api-version=2 --accept-multiclient test $(TEST_PACKAGES)
Expand Down
167 changes: 0 additions & 167 deletions test/integration/backup_mysql_test.go

This file was deleted.

Loading

0 comments on commit 5bd8105

Please sign in to comment.