Skip to content

Commit 92a4c74

Browse files
committed
disable TBSS tests
1 parent 043bd8a commit 92a4c74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nipype/workflows/dmri/fsl/tests/test_tbss.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from nipype.interfaces.fsl.base import no_fsl, no_fsl_course_data
66
import nipype.pipeline.engine as pe
77
import nipype.interfaces.utility as util
8-
from nipype.testing import skipif
8+
from nipype.testing import skipif, skip
99
import tempfile
1010
import shutil
1111
from subprocess import call
@@ -120,14 +120,14 @@ def _tbss_test_helper(estimate_skeleton):
120120
os.chdir(old_dir)
121121
shutil.rmtree(test_dir)
122122

123-
123+
#this test is disabled until we figure out what is wrong with TBSS in 5.0.9
124124
@skipif(no_fsl)
125125
@skipif(no_fsl_course_data)
126-
def test_tbss_est_skeleton():
126+
def disabled_tbss_est_skeleton():
127127
_tbss_test_helper(True)
128128

129-
129+
#this test is disabled until we figure out what is wrong with TBSS in 5.0.9
130130
@skipif(no_fsl)
131131
@skipif(no_fsl_course_data)
132-
def test_tbss_est_skeleton_use_precomputed_skeleton():
132+
def disabled_tbss_est_skeleton_use_precomputed_skeleton():
133133
_tbss_test_helper(False)

0 commit comments

Comments
 (0)