mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix skip on non macos platforms
This commit is contained in:
parent
a3a9d929c4
commit
e51100e923
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ class MacSystemModuleTest(ModuleCase):
|
|||
|
||||
|
||||
@skip_if_not_root
|
||||
@skipIf(not salt.utils.platform.is_darwin(), 'Test only available on macOS')
|
||||
class MacSystemComputerNameTest(ModuleCase):
|
||||
|
||||
def setUp(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue