diff --git a/tests/common_tests.py b/tests/common_tests.py index 1c8912d..f1d4a0f 100644 --- a/tests/common_tests.py +++ b/tests/common_tests.py @@ -2,6 +2,7 @@ import json +@pytest.mark.skip(reason="Disabled by NRLF-397, re-enabled by NRLF-398") def test_ping_endpoint(nhsd_apim_proxy_url): resp = requests.get(nhsd_apim_proxy_url + "/_ping") assert resp.status_code == 200