Skip to content

Commit 2965b9a

Browse files
committed
revert
Signed-off-by: zirain <[email protected]>
1 parent 3523845 commit 2965b9a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/make/golang.mk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ go.test.fuzz: ## Run all fuzzers in the test/fuzz folder one by one
5353
go.test.unit: ## Run go unit tests
5454
go test -race ./...
5555

56-
.PHONY: go.test.integration
57-
go.test.integration: manifests ## Run go integration tests
58-
@$(LOG_TARGET)
59-
KUBEBUILDER_ASSETS="$$($(GO_TOOL) setup-envtest use $(ENVTEST_K8S_VERSION) -p path)" \
60-
go test ./internal/provider/kubernetes --tags=integration -race
61-
6256
.PHONY: go.testdata.complete
6357
go.testdata.complete: ## Override test ouputdata
6458
@$(LOG_TARGET)

0 commit comments

Comments
 (0)