mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 02:00:20 +00:00
Ensure SIGTERM tests etc only run on Linux
This commit is contained in:
parent
20854d6366
commit
9d5975f64e
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ try:
|
|||
except ImportError:
|
||||
import salt.utils.win_functions
|
||||
|
||||
pytestmark = [pytest.mark.skip_unless_on_linux]
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue