Skip to content

Commit

Permalink
mark xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Mar 6, 2024
1 parent df4a55a commit 81a1ef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xnat_ingest/tests/test_dicom.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest
import platform
from medimages4tests.dummy.dicom.pet.wholebody.siemens.biograph_vision.vr20b import (
get_image as get_pet_image,
)
Expand All @@ -15,6 +16,7 @@ def dicom_series(scope="module") -> ImagingSession:
return DicomSeries(get_pet_image().iterdir())


@pytest.mark.xfail(condition=(platform.system() == "Linux"), reason="Not working on ubuntu")
def test_mrtrix_dicom_metadata(dicom_series: DicomSeries):
keys = [
"AccessionNumber",
Expand Down

0 comments on commit 81a1ef1

Please sign in to comment.