File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -369,9 +369,6 @@ $(ARTIFACTS):
369
369
.PHONY : generate-test-flavors
370
370
generate-test-flavors : $(KUSTOMIZE ) # # Generate test template flavors
371
371
./hack/gen-test-flavors.sh withoutclusterclass
372
-
373
- .PHONY : generate-clusterclass-test-flavors
374
- generate-clusterclass-test-flavors : $(KUSTOMIZE ) # # Generate ClusterClass test template flavors
375
372
./hack/gen-test-flavors.sh withclusterclass
376
373
377
374
.PHONY : e2e-image
@@ -401,7 +398,7 @@ test-verbose: setup-envtest ## Run tests with verbose settings.
401
398
KUBEBUILDER_ASSETS=" $( KUBEBUILDER_ASSETS) " go test -v ./...
402
399
403
400
.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
405
402
time $(GINKGO ) -tags=e2e $(GINKGO_ARGS ) -p ./test/e2e/suites/unmanaged/... -- -config-path=" $( E2E_CONF_PATH) " $(E2E_ARGS )
406
403
407
404
.PHONY : test-e2e-eks # # Run EKS e2e tests using clusterctl
You can’t perform that action at this time.
0 commit comments