mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Only run on Linux since SELinux tests
This commit is contained in:
parent
d49dc61788
commit
161fbe5d88
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ import pytest
|
|||
import salt.states.selinux as selinux
|
||||
from tests.support.mock import MagicMock, patch
|
||||
|
||||
pytestmark = [pytest.mark.skip_unless_on_linux]
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def configure_loader_modules():
|
||||
|
|
Loading…
Add table
Reference in a new issue