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:
Pedro Algarvio 2023-08-17 17:12:44 +01:00 committed by Pedro Algarvio
parent 2dfc9b286f
commit 6dfec54dfe

View file

@ -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):
"""