Skip to content

Commit 34553e8

Browse files
tmshortci-robot
authored andcommitted
UPSTREAM: <carry>: Disable upstream TLSProfile tests
Signed-off-by: Todd Short <todd.short@me.com>
1 parent cabba14 commit 34553e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

openshift/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
4343
export DOWNSTREAM_E2E_FLAGS := -count=1 -v
44+
export DOWNSTREAM_GODOG_FLAGS := ~@mirrored-registry && ~@TLSProfile
4445
.PHONY: test-e2e
4546
test-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

5152
export DOWNSTREAM_EXPERIMENTAL_E2E_FLAGS := -count=1 -v
5253
.PHONY: test-experimental-e2e

0 commit comments

Comments
 (0)