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 972754a commit bc3a0b5Copy full SHA for bc3a0b5
nipype/pipeline/plugins/tests/test_multiproc.py
@@ -6,7 +6,7 @@
6
7
import nipype.interfaces.base as nib
8
from nipype.utils import draw_gantt_chart
9
-from nipype.testing import assert_equal
+from nipype.testing import assert_equal, skipif
10
import nipype.pipeline.engine as pe
11
from nipype.pipeline.plugins.callback_log import log_nodes_cb
12
from nipype.pipeline.plugins.multiproc import get_system_total_memory_gb
@@ -180,7 +180,7 @@ def test_do_not_use_more_memory_then_specified():
180
181
os.remove(LOG_FILENAME)
182
183
-
+@skipif(nib.runtime_profile == False)
184
def test_do_not_use_more_threads_then_specified():
185
LOG_FILENAME = 'callback.log'
186
my_logger = logging.getLogger('callback')
0 commit comments