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.
1 parent 0592d96 commit ef0b820Copy full SHA for ef0b820
Makefile
@@ -168,7 +168,7 @@ test: $(SETUP_ENVTEST) ## Run unit and integration tests
168
KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)" go test ./... $(TEST_ARGS)
169
170
# Allow overriding the e2e configurations
171
-GINKGO_FOCUS ?= Workload cluster creation
+GINKGO_FOCUS ?= (GKE workload|Workload) cluster creation
172
GINKGO_SKIP ?= API Version Upgrade
173
GINKGO_NODES ?= 1
174
GINKGO_NOCOLOR ?= false
0 commit comments