mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Temporarily de-whitelist on windows. These tests hang with the new golden images.
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
2dfc9b286f
commit
6dfec54dfe
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ def check_status():
|
|||
return False
|
||||
|
||||
|
||||
@pytest.mark.windows_whitelisted
|
||||
# @pytest.mark.windows_whitelisted
|
||||
# De-whitelist windows since it's hanging on the newer windows golden images
|
||||
@pytest.mark.skip_if_binaries_missing("ssh", "ssh-keygen", check_all=True)
|
||||
class SSHModuleTest(ModuleCase):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue