Skip to content

Commit 44408b6

Browse files
committed
TEST: Mark large data file test as xfail
1 parent 299290c commit 44408b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nibabel/nicom/tests/test_dicomwrappers.py

+1
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ def test_affine(self):
628628
aff = dw.affine
629629

630630
@dicom_test
631+
@pytest.mark.xfail(reason='Not packaged in install', raises=FileNotFoundError)
631632
def test_data_real(self):
632633
# The data in this file is (initially) a 1D gradient so it compresses
633634
# well. This just tests that the data ordering produces a consistent

0 commit comments

Comments
 (0)