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 297c6d7 + b28f853 commit ee88c1fCopy full SHA for ee88c1f
make/test-e2e.mk
@@ -74,12 +74,15 @@ test-e2e-deps: INSTALL_OPTIONS += --set app.driver.volumeMounts[0].mountPath=/va
74
test-e2e-deps: INSTALL_OPTIONS += --set app.driver.sourceCABundle=/var/run/secrets/cert-manager-csi-driver-spiffe/ca.crt
75
test-e2e-deps: install
76
77
+E2E_FOCUS ?=
78
+
79
.PHONY: test-e2e
80
## e2e end-to-end tests
81
## @category Testing
82
test-e2e: test-e2e-deps | kind-cluster $(NEEDS_GINKGO) $(NEEDS_KUBECTL) $(ARTIFACTS)
83
$(GINKGO) \
84
--output-dir=$(ARTIFACTS) \
85
+ --focus="$(E2E_FOCUS)" \
86
--junit-report=junit-go-e2e.xml \
87
./test/e2e/ \
88
-ldflags $(go_manager_ldflags) \
0 commit comments