mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix slowTest marker
This commit is contained in:
parent
fd939a809c
commit
343ba3804a
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ class CMDModuleTest(ModuleCase):
|
|||
self.assertIn("abc=123", out)
|
||||
self.assertIn("ABC=456", out)
|
||||
|
||||
@slowTest
|
||||
@pytest.mark.slow_test
|
||||
@skipIf(not salt.utils.platform.is_windows(), "minion is not windows")
|
||||
def test_windows_powershell_script_args(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue