mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Don't run Windows tests on Linux
This commit is contained in:
parent
999323a1dd
commit
f7bfc5dd4a
@ -34,7 +34,7 @@ except ImportError:
|
||||
win_system.__salt__ = {}
|
||||
|
||||
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
@skipIf(NO_MOCK or not HAS_WIN32NET_MODS, NO_MOCK_REASON)
|
||||
class WinSystemTestCase(TestCase):
|
||||
'''
|
||||
Test cases for salt.modules.win_system
|
||||
|
Loading…
Reference in New Issue
Block a user