We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a51815 commit 91c3c1bCopy full SHA for 91c3c1b
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 os.getenv("VPSTANDALONE") == "true":
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