Skip to content

Commit 2d758d3

Browse files
committed
Allow to run doc automation tests with more parallel Ginkgo nodes
This is possible now that those tests no longer depend on a single hard-coded namespace.
1 parent 22f0136 commit 2d758d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ test-e2e:
238238

239239
.PHONY: test-doc-automation
240240
test-doc-automation:
241-
$(RUN_GINKGO) $(GINKGO_FLAGS_ONE) --junit-report="test-doc-automation.xml" tests/documentation/...
241+
$(RUN_GINKGO) $(GINKGO_FLAGS) --junit-report="test-doc-automation.xml" tests/documentation/...
242242

243243

244244
# Generate OpenAPISpec library based on ododevapispec.yaml inside pkg/apiserver-gen; this will only generate interfaces

0 commit comments

Comments
 (0)