Skip to content

Commit

Permalink
fix: update GINKGO_FOCUS in Makefile to include 'GKE workload cluster…
Browse files Browse the repository at this point in the history
… creation'
  • Loading branch information
afarbos committed Dec 20, 2024
1 parent 0592d96 commit ef0b820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ test: $(SETUP_ENVTEST) ## Run unit and integration tests
KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)" go test ./... $(TEST_ARGS)

# Allow overriding the e2e configurations
GINKGO_FOCUS ?= Workload cluster creation
GINKGO_FOCUS ?= (GKE workload|Workload) cluster creation
GINKGO_SKIP ?= API Version Upgrade
GINKGO_NODES ?= 1
GINKGO_NOCOLOR ?= false
Expand Down

0 comments on commit ef0b820

Please sign in to comment.