Skip to content

Commit 0b7807d

Browse files
tmshortopenshift-merge-bot[bot]
authored andcommitted
UPSTREAM: <carry>: Skip another upstream test
Signed-off-by: Todd Short <[email protected]>
1 parent ed09320 commit 0b7807d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openshift/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ export REG_PKG_NAME := registry-operator
3030
export E2E_TEST_CATALOG_V1 := e2e/test-catalog:v1
3131
export E2E_TEST_CATALOG_V2 := e2e/test-catalog:v2
3232
export CATALOG_IMG := $(LOCAL_REGISTRY_HOST)/$(E2E_TEST_CATALOG_V1)
33-
export DOWNSTREAM_E2E_FLAGS := -count=1 -v -skip 'TestClusterExtensionInstallReResolvesWhenNewCatalog|TestClusterExtensionInstallRegistry/package_requires_mirror_registry_configuration_in_/etc/containers/registries.conf'
33+
# Order matters here, the ".../registries.conf" entry must be last.
34+
export DOWNSTREAM_E2E_FLAGS := -count=1 -v -skip 'TestClusterExtensionInstallReResolvesWhenNewCatalog|TestClusterExtensionInstallRegistryDynamic|TestClusterExtensionInstallRegistry/package_requires_mirror_registry_configuration_in_/etc/containers/registries.conf'
3435
.PHONY: test-e2e
3536
test-e2e: ## Run the e2e tests.
3637
$(DIR)/operator-controller/build-test-registry.sh $(E2E_REGISTRY_NAMESPACE) $(E2E_REGISTRY_NAME) $(E2E_REGISTRY_IMAGE)

0 commit comments

Comments
 (0)