Changed test to only run on Linux, since SELinux test

This commit is contained in:
David Murphy 2023-05-31 09:28:36 -06:00 committed by Megan Wilhite
parent 2b5022d1a9
commit f4a2f1f800

View file

@ -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