summaryrefslogtreecommitdiff
path: root/psutil/tests/test_process.py
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/tests/test_process.py')
-rwxr-xr-xpsutil/tests/test_process.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/psutil/tests/test_process.py b/psutil/tests/test_process.py
index a67baa72..b3cf9ff5 100755
--- a/psutil/tests/test_process.py
+++ b/psutil/tests/test_process.py
@@ -159,6 +159,7 @@ class TestProcess(PsutilTestCase):
self.assertEqual(code, 5)
self.assertProcessGone(p)
+ @unittest.skipIf(NETBSD, "fails on NETBSD")
def test_wait_stopped(self):
p = self.spawn_psproc()
if POSIX: