Skip to content

Commit 91c3c1b

Browse files
committed
Skip test for standalone config
1 parent 6a51815 commit 91c3c1b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/interop/test_validate_hub_site_components.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ def test_check_pod_status(openshift_dyn_client):
5757

5858
@pytest.mark.validate_acm_self_registration_managed_clusters
5959
def test_validate_acm_self_registration_managed_clusters(openshift_dyn_client):
60+
if os.getenv("VPSTANDALONE") == "true":
61+
pytest.skip("Standalone config - skipping...")
6062
logger.info("Check ACM self registration for edge site")
6163
kubefiles = [os.getenv("KUBECONFIG_EDGE")]
6264
err_msg = components.validate_acm_self_registration_managed_clusters(

0 commit comments

Comments
 (0)