mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Changed test to only run on Linux, since SELinux test
This commit is contained in:
parent
2b5022d1a9
commit
f4a2f1f800
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import pytest
|
|||
import salt.states.selinux as selinux
|
||||
from tests.support.mock import MagicMock, patch
|
||||
|
||||
pytestmark = [pytest.mark.skip_on_windows]
|
||||
pytestmark = [pytest.mark.skip_unless_on_linux]
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
Loading…
Add table
Reference in a new issue