Skip to content

Commit 9b46c49

Browse files
committed
Trying to disable some unittests for TravisCI debugging
1 parent d6cafa2 commit 9b46c49

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
@@ -18,7 +18,7 @@
1818
skip_profile_msg = 'Missing python packages for runtime profiling, skipping...\n'\
1919
'Error: %s' % exc
2020
run_profiler = False
21-
21+
run_profiler = False # tmp fix
2222
# UseResources inputspec
2323
class UseResourcesInputSpec(CommandLineInputSpec):
2424
'''

0 commit comments

Comments
 (0)