Skip tests.integration.cli.test_custom_module on windows.

These tests were previously skipped because `sshd` was not available.
The newer golden images have `sshd` and this test is just not ready for
windows.

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2022-11-03 17:08:09 +00:00
parent cd7339bf80
commit c7b4892a41

View file

@ -34,7 +34,7 @@ import pytest
from tests.support.case import SSHCase
@pytest.mark.windows_whitelisted
@pytest.mark.skip_on_windows
class SSHCustomModuleTest(SSHCase):
"""
Test sls with custom module functionality using ssh