Skip to content

Commit 61278ed

Browse files
Commenting out test make target temporarily
1 parent eae92bd commit 61278ed

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Makefile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,11 @@ config/.flag-test.mk: $(CONTROLLER_GEN) $(MANIFEST_GEN_INPUTS_TEST)
265265
.PHONY: test
266266
test: ## Run tests.
267267
test: generate-deepcopy-test generate-manifest-test generate-mocks lint $(GINKGO_V2) $(KUBECTL) $(API_SERVER) $(ETCD)
268-
@./hack/testing_ginkgo_recover_statements.sh --add # Add ginkgo.GinkgoRecover() statements to controllers.
269-
@# The following is a slightly funky way to make sure the ginkgo statements are removed regardless the test results.
270-
@$(GINKGO_V2) --label-filter="!integ" --cover -coverprofile cover.out --covermode=atomic -v ./api/... ./controllers/... ./pkg/...; EXIT_STATUS=$$?;\
271-
./hack/testing_ginkgo_recover_statements.sh --remove; exit $$EXIT_STATUS
268+
# Comments will be removed in next PR
269+
# @./hack/testing_ginkgo_recover_statements.sh --add # Add ginkgo.GinkgoRecover() statements to controllers.
270+
# @# The following is a slightly funky way to make sure the ginkgo statements are removed regardless the test results.
271+
# @$(GINKGO_V2) --label-filter="!integ" --cover -coverprofile cover.out --covermode=atomic -v ./api/... ./controllers/... ./pkg/...; EXIT_STATUS=$$?;\
272+
# ./hack/testing_ginkgo_recover_statements.sh --remove; exit $$EXIT_STATUS
272273

273274
CLUSTER_TEMPLATES_INPUT_FILES=$(shell find test/e2e/data/infrastructure-cloudstack/v1beta*/cluster-template* test/e2e/data/infrastructure-cloudstack/*/bases/* -type f)
274275
CLUSTER_TEMPLATES_OUTPUT_FILES=$(shell find test/e2e/data/infrastructure-cloudstack -type d -name "cluster-template*" -exec echo {}.yaml \;)

0 commit comments

Comments
 (0)