This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -192,27 +192,27 @@ run-e2e-tests: $(KUSTOMIZE) $(GINKGO) $(E2E_CONF_FILE) e2e-test-templates $(if $
192
192
193
193
.PHONY : test-e2e-conformance
194
194
test-e2e-conformance :
195
- $(MAKE ) run-e2e-tests GINKGO_FOCUS=" ' \[Conformance\]' "
195
+ $(MAKE ) run-e2e-tests GINKGO_FOCUS=" \[Conformance\]"
196
196
197
197
.PHONY : test-e2e-management-upgrade
198
198
test-e2e-management-upgrade :
199
- $(MAKE ) run-e2e-tests GINKGO_FOCUS=" ' \[Management-Upgrade\]' "
199
+ $(MAKE ) run-e2e-tests GINKGO_FOCUS=" \[Management-Upgrade\]"
200
200
201
201
.PHONY : test-e2e-workload-upgrade
202
202
test-e2e-workload-upgrade :
203
- $(MAKE ) run-e2e-tests GINKGO_FOCUS=" ' \[Workload-Upgrade\]' "
203
+ $(MAKE ) run-e2e-tests GINKGO_FOCUS=" \[Workload-Upgrade\]"
204
204
205
205
.PHONY : test-e2e-quickstart
206
206
test-e2e-quickstart :
207
- $(MAKE ) run-e2e-tests GINKGO_FOCUS=" ' \[QuickStart\]' "
207
+ $(MAKE ) run-e2e-tests GINKGO_FOCUS=" \[QuickStart\]"
208
208
209
209
.PHONY : test-e2e-local
210
210
test-e2e-local :
211
- $(MAKE ) run-e2e-tests GINKGO_SKIP=" ' \[QuickStart\]|\[Conformance\]|\[Needs-Published-Image\]|\[Management-Upgrade\]|\[Workload-Upgrade\]' "
211
+ $(MAKE ) run-e2e-tests GINKGO_SKIP=" \[QuickStart\]|\[Conformance\]|\[Needs-Published-Image\]|\[Management-Upgrade\]|\[Workload-Upgrade\]"
212
212
213
213
.PHONY : test-e2e-ci
214
214
test-e2e-ci :
215
- $(MAKE ) run-e2e-tests GINKGO_SKIP=" ' \[QuickStart\]|\[Conformance\]|\[Management-Upgrade\]|\[Workload-Upgrade\]' "
215
+ $(MAKE ) run-e2e-tests GINKGO_SKIP=" \[QuickStart\]|\[Conformance\]|\[Management-Upgrade\]|\[Workload-Upgrade\]"
216
216
217
217
# # --------------------------------------
218
218
# # E2E Test Templates
You can’t perform that action at this time.
0 commit comments