Mark test_auto_detect_cpus as xfail until #30 is fixed

This commit is contained in:
Bruno Oliveira
2015-12-09 08:51:42 -02:00
parent c39275ebeb
commit 7da064f0fa

View File

@@ -353,6 +353,7 @@ def test_terminate_on_hangingnode(testdir):
result.stdout.fnmatch_lines(["*killed*my*", ])
@pytest.mark.xfail(reason='see #30')
def test_auto_detect_cpus(testdir, monkeypatch):
import multiprocessing
monkeypatch.setattr(multiprocessing, 'cpu_count', lambda: 3)