Skip to content

Commit 7c2c702

Browse files
authored
Merge pull request #3800 from Ankitasw/conformace-test-fix
[E2E] Fix test flavor generation make targets
2 parents ad1231a + 962c63c commit 7c2c702

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,6 @@ $(ARTIFACTS):
369369
.PHONY: generate-test-flavors
370370
generate-test-flavors: $(KUSTOMIZE) ## Generate test template flavors
371371
./hack/gen-test-flavors.sh withoutclusterclass
372-
373-
.PHONY: generate-clusterclass-test-flavors
374-
generate-clusterclass-test-flavors: $(KUSTOMIZE) ## Generate ClusterClass test template flavors
375372
./hack/gen-test-flavors.sh withclusterclass
376373

377374
.PHONY: e2e-image
@@ -401,7 +398,7 @@ test-verbose: setup-envtest ## Run tests with verbose settings.
401398
KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)" go test -v ./...
402399

403400
.PHONY: test-e2e ## Run e2e tests using clusterctl
404-
test-e2e: $(GINKGO) $(KIND) $(SSM_PLUGIN) $(KUSTOMIZE) generate-test-flavors generate-clusterclass-test-flavors e2e-image ## Run e2e tests
401+
test-e2e: $(GINKGO) $(KIND) $(SSM_PLUGIN) $(KUSTOMIZE) generate-test-flavors e2e-image ## Run e2e tests
405402
time $(GINKGO) -tags=e2e $(GINKGO_ARGS) -p ./test/e2e/suites/unmanaged/... -- -config-path="$(E2E_CONF_PATH)" $(E2E_ARGS)
406403

407404
.PHONY: test-e2e-eks ## Run EKS e2e tests using clusterctl

0 commit comments

Comments
 (0)