Skip to content

Commit 04116e4

Browse files
committed
Change the number of ginkgo nodes to 1 to run the e2e tests serially
1 parent 52bdb84 commit 04116e4

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
@@ -252,7 +252,7 @@ test: generate fmt vet setup-envtest $(GOTESTSUM) ## Run tests
252252

253253
# Allow overriding the e2e configurations
254254
GINKGO_FOCUS ?= Workload cluster creation
255-
GINKGO_NODES ?= 3
255+
GINKGO_NODES ?= 1
256256
GINKGO_NOCOLOR ?= false
257257
GINKGO_TIMEOUT ?= 2h
258258
E2E_FLAVOR ?= powervs-md-remediation

0 commit comments

Comments
 (0)