summaryrefslogtreecommitdiff
path: root/unittests/base_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/base_tests.py')
-rw-r--r--unittests/base_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/base_tests.py b/unittests/base_tests.py
index 20587036a..2c3d99b51 100644
--- a/unittests/base_tests.py
+++ b/unittests/base_tests.py
@@ -91,6 +91,7 @@ def test_run_return_early():
@attr('slow')
+@utils.nose.Skip.platform('win32', is_=True)
@utils.nose.Skip.module('psutil', available=True)
@utils.nose.Skip.backport(3.3, 'subprocess32')
@nt.timed(6)