Skip to content

Commit

Permalink
Skip test which is still being worked on in #55707
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Dec 20, 2019
1 parent 3426a01 commit c280cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/states/test_pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ def test_pkg_014_installed_missing_release(self):
ret = self.run_state('pkg.removed', name=target)
self.assertSaltTrueReturn(ret)

@skipIf(True, 'Test is being worked on in master. See https://github.com/saltstack/salt/pull/55707')
@requires_salt_modules('pkg.hold', 'pkg.unhold')
def test_pkg_015_installed_held(self):
'''
Expand Down

0 comments on commit c280cf2

Please sign in to comment.