mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip process kill tests on Windows
This commit is contained in:
parent
5577f143be
commit
2866520aa4
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ class TestProcess(TestCase):
|
|||
# pylint: enable=assignment-from-none
|
||||
|
||||
|
||||
@skipIf(sys.platform.startswith('win'), 'pickling nested function errors on Windows')
|
||||
class TestSignalHandlingMultiprocessingProcess(TestCase):
|
||||
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
|
|
Loading…
Add table
Reference in a new issue