mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip tests unless on Linux
This commit is contained in:
parent
983cfe75e3
commit
eee8215933
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ import salt.modules.selinux as selinux
|
|||
from salt.exceptions import SaltInvocationError
|
||||
from tests.support.mock import MagicMock, mock_open, patch
|
||||
|
||||
pytestmark = [pytest.mark.skip_unless_on_linux]
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def configure_loader_modules():
|
||||
|
|
Loading…
Add table
Reference in a new issue