Skip to content

Commit

Permalink
Skip dicom web tests for now.
Browse files Browse the repository at this point in the history
The server we were using for testing is down.
  • Loading branch information
manthey committed Dec 18, 2023
1 parent 4531f64 commit 35f69af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sources/dicom/test_dicom/test_web_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
]


@pytest.mark.skip(reason='the remote server we test with is down as of 2023-12-17')
@pytest.mark.girder()
@pytest.mark.girder_client()
@pytest.mark.plugin('large_image')
Expand Down
1 change: 1 addition & 0 deletions test/test_source_dicomweb.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
]


@pytest.mark.skip(reason='the remote server we test with is down as of 2023-12-17')
@pytest.mark.plugin('large_image_source_dicom')
def testTilesFromDICOMweb():
import large_image_source_dicom
Expand Down

0 comments on commit 35f69af

Please sign in to comment.