mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
skip if mac
This commit is contained in:
parent
dfb68f32d2
commit
08644e02a0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user