mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Put Windows tests in their own class
This commit is contained in:
parent
6fbf1a3196
commit
cc732040ba
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ def create(path, content=None):
|
|||
|
||||
|
||||
@skipIf(not watchdog.HAS_WATCHDOG, 'watchdog is not available')
|
||||
@skipIf(salt.utils.platform.is_windows(), 'Skip these tests on Windows')
|
||||
class IWatchdogBeaconTestCase(TestCase, LoaderModuleMockMixin):
|
||||
'''
|
||||
Test case for salt.beacons.watchdog
|
||||
|
|
Loading…
Add table
Reference in a new issue