Skip to content

Commit 69a3f38

Browse files
committed
changed test skip to xfail
1 parent 6c5b66d commit 69a3f38

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pydra/tasks/mrtrix3/tests/test_utils.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ def test_mrconvert_default_out_file(nifti_dataset):
2626
assert Path(result.output.out_file).exists()
2727

2828

29-
@pytest.mark.skip(
30-
"Skip test of mrconvert with explicit out_file field provided until "
31-
"https://github.com/nipype/pydra/pull/585 (or equivalent) is merged "
32-
"into main branch"
29+
@pytest.mark.xfail(
30+
reason=(
31+
"Cannot pass input to input field with 'output_file_template' "
32+
"https://github.com/nipype/pydra/pull/585 (or equivalent) is merged "
33+
"into main branch"
34+
)
3335
)
3436
def test_mrconvert_explicit_out_file(dwi_dicom_dataset):
3537

0 commit comments

Comments
 (0)