Skip to content

Commit cfa209a

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nibabel/nicom/tests/test_dicomwrappers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,12 +622,14 @@ def test_image_position(self):
622622
assert MFW(fake_mf).image_position.dtype == float
623623

624624
@dicom_test
625+
@pytest.mark.xfail(reason='Not packaged in install', raises=FileNotFoundError)
625626
def test_affine(self):
626627
# Make sure we find orientation/position/spacing info
627628
dw = didw.wrapper_from_file(DATA_FILE_4D)
628629
aff = dw.affine
629630

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

0 commit comments

Comments
 (0)