Skip tests unless on Linux

This commit is contained in:
Shane Lee 2024-06-28 13:16:44 -06:00 committed by Daniel Wozniak
parent 983cfe75e3
commit eee8215933

View file

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