mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix and unify watchdog beacon tests for all OS's
This commit is contained in:
parent
cc732040ba
commit
cfaee96250
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ 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