Skip to content

Commit 5c5437e

Browse files
authored
Merge pull request #199 from NHSDigital/skip-mesh-client-test
Move mesh client test and skip temporarily
2 parents c7ca73c + 7db1b66 commit 5c5437e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

manage_breast_screening/notifications/tests.py renamed to manage_breast_screening/notifications/tests/test_mesh_client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Create your tests here.
22

33

4+
import pytest
45
from mesh_client import MeshClient
56

67
base_uri = "http://localhost:8700" # Replace with your actual base URI
@@ -9,6 +10,9 @@
910
_SHARED_KEY = "Testkey"
1011

1112

13+
@pytest.mark.skip(
14+
reason="This test depends on mesh-sandbox running in another container"
15+
)
1216
def test_get_file():
1317
with MeshClient(
1418
url=base_uri,

0 commit comments

Comments
 (0)