Skip test on non-windows systems

This commit is contained in:
Twangboy 2023-03-28 09:52:59 -06:00
parent 2382af85f5
commit f04483c42e
No known key found for this signature in database
GPG key ID: 9B77EE3C5C0D9F63

View file

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