mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip test that is not applicable on windows
This commit is contained in:
parent
598020079f
commit
6ae924b85f
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ class PkgModuleTest(ModuleCase, SaltReturnAssertsMixin):
|
|||
test_install()
|
||||
test_remove()
|
||||
|
||||
@skipIf(salt.utils.platform.is_windows(), "Skip on windows")
|
||||
@requires_salt_modules('pkg.hold', 'pkg.unhold')
|
||||
@requires_network()
|
||||
@destructiveTest
|
||||
|
|
Loading…
Add table
Reference in a new issue