Skip to content

Commit ac45369

Browse files
committed
fix: skip resource monitor test until consistent
1 parent bb0ecff commit ac45369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/tests/test_resource_monitor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class UseResources(CommandLine):
4545
_always_run = True
4646

4747

48+
@pytest.mark.skip(reason="inconsistent readings")
4849
@pytest.mark.skipif(os.getenv('CI_SKIP_TEST', False), reason='disabled in CI tests')
4950
@pytest.mark.parametrize("mem_gb,n_procs", [(0.5, 3), (2.2, 8), (0.8, 4), (1.5, 1)])
5051
def test_cmdline_profiling(tmpdir, mem_gb, n_procs):

0 commit comments

Comments
 (0)