mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add missing windows skip
This commit is contained in:
parent
1036056b0c
commit
ca4e3c5e93
1 changed files with 1 additions and 0 deletions
|
@ -571,6 +571,7 @@ class CMDModuleTest(ModuleCase):
|
|||
self.assertEqual(out["stdout"], "salt")
|
||||
|
||||
@slowTest
|
||||
@skipIf(not salt.utils.platform.is_windows(), "minion is not windows")
|
||||
def test_windows_powershell_script_args(self):
|
||||
"""
|
||||
Ensure that powershell processes inline script in args
|
||||
|
|
Loading…
Add table
Reference in a new issue