File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -980,7 +980,7 @@ test-test-extension-junit: $(SETUP_ENVTEST) $(GOTESTSUM) ## Run unit and integra
980
980
test-e2e : $(GINKGO ) generate-e2e-templates # # Run the end-to-end tests
981
981
$(GINKGO ) -v --trace -poll-progress-after=$(GINKGO_POLL_PROGRESS_AFTER ) \
982
982
-poll-progress-interval=$(GINKGO_POLL_PROGRESS_INTERVAL ) --tags=e2e --focus=" $( GINKGO_FOCUS) " --label-filter=" $( GINKGO_LABEL_FILTER) " \
983
- $(_SKIP_ARGS ) --nodes=$(GINKGO_NODES ) --timeout=$(GINKGO_TIMEOUT ) --no-color=$(GINKGO_NOCOLOR ) \
983
+ $(_SKIP_ARGS ) --nodes=$(GINKGO_NODES ) --timeout=$(GINKGO_TIMEOUT ) --no-color=$(GINKGO_NOCOLOR ) \
984
984
--output-dir=" $( ARTIFACTS) " --junit-report=" junit.e2e_suite.1.xml" $(GINKGO_ARGS ) $(ROOT_DIR ) /$(TEST_DIR ) /e2e -- \
985
985
-e2e.artifacts-folder=" $( ARTIFACTS) " \
986
986
-e2e.config=" $( E2E_CONF_FILE) " \
You can’t perform that action at this time.
0 commit comments