mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #43767 from twangboy/win_skip_test_snapper
Skip `unit.modules.test_snapper` on Windows
This commit is contained in:
commit
5ea603cf16
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