[Piglit] [PATCH 16/20] unitttests: skip timeout test on windows

Dylan Baker dylan at pnwbakers.com
Wed Jun 1 23:50:23 UTC 2016


This relies on and tests a linux (or maybe posix?) only feature, so skip
on windows.

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 unittests/base_tests.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/unittests/base_tests.py b/unittests/base_tests.py
index 2058703..2c3d99b 100644
--- a/unittests/base_tests.py
+++ b/unittests/base_tests.py
@@ -91,6 +91,7 @@ def test_run_return_early():
 
 
 @attr('slow')
+ at utils.nose.Skip.platform('win32', is_=True)
 @utils.nose.Skip.module('psutil', available=True)
 @utils.nose.Skip.backport(3.3, 'subprocess32')
 @nt.timed(6)
-- 
2.8.3



More information about the Piglit mailing list