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