Skip to content

Commit 0f85493

Browse files
author
Shoshana Berleant
committed
fix duh
1 parent 9c9bff1 commit 0f85493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/tests/test_runtime_profiler.py

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

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

0 commit comments

Comments
 (0)