Skip to content

Commit

Permalink
[TEST] Temporarily skip non regression test for ixi-to-bids (aramis…
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen authored Sep 5, 2024
1 parent e562e13 commit 0302609
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/nonregression/iotools/test_run_converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
def test_converters(cmdopt, tmp_path, study: StudyName):
from clinica.iotools.converters.factory import convert, get_converter_name

# To be removed once we have built and deployed our testing dataset
if study == StudyName.IXI:
pytest.skip("Non regression tests are not yet implemented for ixi-to-bids.")

base_dir = Path(cmdopt["input"])
input_dir, tmp_dir, ref_dir = configure_paths(
base_dir, tmp_path, get_converter_name(study)
Expand Down

0 comments on commit 0302609

Please sign in to comment.