Skip to content

Commit db8b5a9

Browse files
authored
Merge pull request #587 from validatedpatterns/skip_acm
Skip test for standalone config
2 parents 6a51815 + 4fbed64 commit db8b5a9

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 "standalone" in os.getenv("PATTERN_SHORTNAME"):
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)