mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Added skip on Windows for junos test
This commit is contained in:
parent
be22292a55
commit
a21c1bc8cf
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ try:
|
|||
except ImportError:
|
||||
HAS_JUNOS = False
|
||||
|
||||
pytestmark = [
|
||||
pytest.mark.skip_on_windows(reason="Not supported on Windows"),
|
||||
]
|
||||
|
||||
|
||||
@pytest.mark.skipif(
|
||||
not HAS_JUNOS, reason="The junos-eznc and jxmlease modules are required"
|
||||
|
|
Loading…
Add table
Reference in a new issue