Skip to content

Commit a2c5899

Browse files
igba1980igba.ujege
andauthored
Skip smoketest (#100)
Co-authored-by: igba.ujege <igba.ujege@bjss.com>
1 parent abefb01 commit a2c5899

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

azure/azure-release-pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ extends:
6060
- template: ./templates/run-tests.yml
6161
- environment: int
6262
depends_on:
63-
- internal_qa
64-
- internal_qa_sandbox
63+
- internal-dev
6564
post_deploy:
6665
- template: ./templates/run-tests.yml
6766
parameters:

tests/test_endpoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def test_wait_for_ping(nhsd_apim_proxy_url):
3636

3737

3838
@pytest.mark.smoketest
39+
@pytest.mark.skip(reason="Dont need to run on prod")
3940
def test_status_endpoint(nhsd_apim_proxy_url, status_endpoint_auth_headers):
4041
resp = requests.get(
4142
f"{nhsd_apim_proxy_url}/_status", headers=status_endpoint_auth_headers

0 commit comments

Comments
 (0)