mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
cd7339bf80
commit
c7b4892a41
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue