mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip on non-windows systems
This commit is contained in:
parent
02f63351b2
commit
bcdb3667ae
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ class WinFileTestCase(TestCase):
|
|||
|
||||
@destructiveTest
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
@skipIf(not salt.utils.platform.is_windows(), 'Requires Pywin32 libraries')
|
||||
class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
||||
'''
|
||||
Test cases for the check_perms function in salt.modules.win_file
|
||||
|
|
Loading…
Add table
Reference in a new issue