Skip to content

Commit 2a0d8fe

Browse files
authored
Merge pull request #1664 from shoshber/multiprocagain
TST Skip test until fixed
2 parents ee9f405 + 0f85493 commit 2a0d8fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/tests/test_runtime_profiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ def test_cmdline_profiling(self):
418418
msg=threads_err)
419419

420420
# Test resources were used as expected
421+
@unittest.skipIf(True, "https://github.com/nipy/nipype/issues/1663")
421422
@unittest.skipIf(run_profile == False, skip_profile_msg)
422423
def test_function_profiling(self):
423424
'''

0 commit comments

Comments
 (0)