Ensure SIGTERM tests etc only run on Linux

This commit is contained in:
David Murphy 2024-03-27 13:16:01 -06:00 committed by Daniel Wozniak
parent 20854d6366
commit 9d5975f64e

View file

@ -27,6 +27,8 @@ try:
except ImportError: except ImportError:
import salt.utils.win_functions import salt.utils.win_functions
pytestmark = [pytest.mark.skip_unless_on_linux]
log = logging.getLogger(__name__) log = logging.getLogger(__name__)