mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Revert unwanted flaky from non computer name tests
This commit is contained in:
parent
941fcc8f6d
commit
c499d44744
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ SET_SUBNET_NAME = __random_string()
|
|||
|
||||
|
||||
@skip_if_not_root
|
||||
@flaky(attempts=10)
|
||||
@skipIf(not salt.utils.platform.is_darwin(), 'Test only available on macOS')
|
||||
@skipIf(not salt.utils.path.which('systemsetup'), '\'systemsetup\' binary not found in $PATH')
|
||||
class MacSystemModuleTest(ModuleCase):
|
||||
|
|
Loading…
Add table
Reference in a new issue