mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip test on non-windows systems
This commit is contained in:
parent
2382af85f5
commit
f04483c42e
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ import pytest
|
|||
|
||||
import salt.modules.win_task as win_task
|
||||
|
||||
pytestmark = [
|
||||
pytest.mark.skip_unless_on_windows,
|
||||
pytest.mark.destructive_test,
|
||||
]
|
||||
|
||||
|
||||
@pytest.fixture(scope="function")
|
||||
def base_task():
|
||||
|
|
Loading…
Add table
Reference in a new issue