mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip test_get_machine_id unless running on Linux
This commit is contained in:
parent
fde3d51c44
commit
e166daf202
1 changed files with 1 additions and 0 deletions
|
@ -3846,6 +3846,7 @@ def test_pythonversion():
|
|||
assert ret["pythonversion"] == python_version
|
||||
|
||||
|
||||
@pytest.mark.skip_unless_on_linux
|
||||
def test_get_machine_id():
|
||||
"""
|
||||
test get_machine_id
|
||||
|
|
Loading…
Add table
Reference in a new issue