We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a51815 + 4fbed64 commit db8b5a9Copy full SHA for db8b5a9
1 file changed
tests/interop/test_validate_hub_site_components.py
@@ -57,6 +57,8 @@ def test_check_pod_status(openshift_dyn_client):
57
58
@pytest.mark.validate_acm_self_registration_managed_clusters
59
def test_validate_acm_self_registration_managed_clusters(openshift_dyn_client):
60
+ if "standalone" in os.getenv("PATTERN_SHORTNAME"):
61
+ pytest.skip("Standalone config - skipping...")
62
logger.info("Check ACM self registration for edge site")
63
kubefiles = [os.getenv("KUBECONFIG_EDGE")]
64
err_msg = components.validate_acm_self_registration_managed_clusters(
0 commit comments