We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd0955 commit 4061b76Copy full SHA for 4061b76
nipype/interfaces/tests/test_extra_dcm2nii.py
@@ -32,7 +32,6 @@ def _fetch_data(datadir, dicoms):
32
33
@pytest.mark.skipif(no_datalad, reason="Datalad required")
34
@pytest.mark.skipif(no_dcm2niix, reason="Dcm2niix required")
35
-@pytest.mark.xfail(reason="Intermittent failures. Let's come back to this later.")
36
def test_dcm2niix_dti(fetch_data, tmpdir):
37
tmpdir.chdir()
38
datadir = tmpdir.mkdir("data").strpath
0 commit comments