File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,12 +41,13 @@ export CATALOG_IMG := $(CLUSTER_REGISTRY_HOST)/$(E2E_TEST_CATALOG_V1)
4141
4242# Order matters here, the ".../registries.conf" entry must be last.
4343export DOWNSTREAM_E2E_FLAGS := -count=1 -v
44+ export DOWNSTREAM_GODOG_FLAGS := ~@mirrored-registry && ~@TLSProfile
4445.PHONY : test-e2e
4546test-e2e : # # Run the e2e tests.
4647 $(DIR ) /operator-controller/build-test-registry.sh $(E2E_REGISTRY_NAMESPACE ) $(E2E_REGISTRY_NAME ) $(E2E_REGISTRY_IMAGE )
4748 cd $(DIR ) /../; \
4849 LOCAL_REGISTRY_HOST=$$(oc get route $(E2E_REGISTRY_NAME ) -n $(E2E_REGISTRY_NAMESPACE ) -o jsonpath='{.spec.host}' ) \
49- go test $(DOWNSTREAM_E2E_FLAGS ) ./test/e2e/features_test.go --godog.tags=" ~@mirrored-registry " --k8s.cli=oc
50+ go test $(DOWNSTREAM_E2E_FLAGS ) ./test/e2e/features_test.go --godog.tags=" $( DOWNSTREAM_GODOG_FLAGS ) " --k8s.cli=oc
5051
5152export DOWNSTREAM_EXPERIMENTAL_E2E_FLAGS := -count=1 -v
5253.PHONY : test-experimental-e2e
You can’t perform that action at this time.
0 commit comments