mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
skip if mac
This commit is contained in:
parent
dfb68f32d2
commit
08644e02a0
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue