Skip to content

Commit

Permalink
Merge pull request #58 from NHSDigital/feature/NRLF-397_disable_smoke…
Browse files Browse the repository at this point in the history
…_tests

[NRLF-397] Disabled smoke test
  • Loading branch information
nomad3k authored Mar 16, 2023
2 parents 6bfcdec + d117e63 commit 3d1778f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/common_tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import requests
import json
import pytest


@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 3d1778f

Please sign in to comment.