diff --git a/girder/test_girder/test_web_client.py b/girder/test_girder/test_web_client.py index e7721f1ab..f004cafe7 100644 --- a/girder/test_girder/test_web_client.py +++ b/girder/test_girder/test_web_client.py @@ -14,6 +14,7 @@ @pytest.mark.singular() @pytest.mark.usefixtures('unbindLargeImage') @pytest.mark.plugin('large_image') +@pytest.mark.plugin('dicomweb') @pytest.mark.parametrize('spec', [ 'imageViewerSpec.js', ])