Skip to content

Commit

Permalink
Disabled smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kemp committed Mar 16, 2023
1 parent 6bfcdec commit 2f152f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/common_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f152f7

Please sign in to comment.