skip if mac

This commit is contained in:
Frode Gundersen 2018-01-11 19:12:31 +00:00
parent dfb68f32d2
commit 08644e02a0
No known key found for this signature in database
GPG Key ID: 49E5BDBFA6AFB570

View File

@ -329,6 +329,7 @@ class PkgModuleTest(ModuleCase, SaltReturnAssertsMixin):
@destructiveTest
@skipIf(salt.utils.is_windows(), 'minion is windows')
@skipIf(salt.utils.is_darwin(), 'minion is mac')
def test_pkg_latest_version(self):
'''
check that pkg.latest_version returns the latest version of the uninstalled package (it does not install the package, just checking the version)