Skip to content

Commit ef0b820

Browse files
committed
fix: update GINKGO_FOCUS in Makefile to include 'GKE workload cluster creation'
1 parent 0592d96 commit ef0b820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ test: $(SETUP_ENVTEST) ## Run unit and integration tests
168168
KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)" go test ./... $(TEST_ARGS)
169169

170170
# Allow overriding the e2e configurations
171-
GINKGO_FOCUS ?= Workload cluster creation
171+
GINKGO_FOCUS ?= (GKE workload|Workload) cluster creation
172172
GINKGO_SKIP ?= API Version Upgrade
173173
GINKGO_NODES ?= 1
174174
GINKGO_NOCOLOR ?= false

0 commit comments

Comments
 (0)