mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip snapper tests on Windows
This commit is contained in:
parent
2581098595
commit
b41b9c8378
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ MODULE_RET = {
|
|||
}
|
||||
|
||||
|
||||
@skipIf(sys.platform.startswith('win'), 'Snapper not available on Windows')
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
class SnapperTestCase(TestCase, LoaderModuleMockMixin):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue