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 6c5b66d commit 69a3f38Copy full SHA for 69a3f38
pydra/tasks/mrtrix3/tests/test_utils.py
@@ -26,10 +26,12 @@ def test_mrconvert_default_out_file(nifti_dataset):
26
assert Path(result.output.out_file).exists()
27
28
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"
+@pytest.mark.xfail(
+ reason=(
+ "Cannot pass input to input field with 'output_file_template' "
+ "https://github.com/nipype/pydra/pull/585 (or equivalent) is merged "
33
+ "into main branch"
34
+ )
35
)
36
def test_mrconvert_explicit_out_file(dwi_dicom_dataset):
37
0 commit comments