Revert unwanted flaky from non computer name tests

This commit is contained in:
Daniel A. Wozniak 2019-08-10 17:34:32 -07:00
parent 941fcc8f6d
commit c499d44744
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -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):