WAR ROOM test skip till rewritten to allow for dnf on RHEL 8 and Fedora 30

This commit is contained in:
David Murphy 2019-07-11 18:06:12 -06:00
parent ba33d76148
commit 34b261dcc1
2 changed files with 2 additions and 0 deletions

View file

@ -177,6 +177,7 @@ class PkgModuleTest(ModuleCase, SaltReturnAssertsMixin):
test_install()
test_remove()
@skipIf(True, 'WAR ROOM TEMPORARY SKIP') # needs to be rewritten to allow for dnf on Fedora 30 and RHEL 8
@skipIf(salt.utils.platform.is_windows(), "Skip on windows")
@requires_salt_modules('pkg.hold', 'pkg.unhold')
@requires_network()

View file

@ -1068,6 +1068,7 @@ class PkgTest(ModuleCase, SaltReturnAssertsMixin):
ret = self.run_state('pkg.removed', name=realpkg)
self.assertSaltTrueReturn(ret)
@skipIf(True, 'WAR ROOM TEMPORARY SKIP') # needs to be rewritten to allow for dnf on Fedora 30 and RHEL 8
@requires_salt_modules('pkg.hold', 'pkg.unhold')
@requires_system_grains
def test_pkg_015_installed_held(self, grains=None): # pylint: disable=unused-argument