From c280cf219a32d7c6281648abbb4ab57e9c2842f4 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Fri, 20 Dec 2019 17:56:02 +0000 Subject: [PATCH] Skip test which is still being worked on in #55707 --- tests/integration/states/test_pkg.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/states/test_pkg.py b/tests/integration/states/test_pkg.py index 0915500975f5..4d55564a99ac 100644 --- a/tests/integration/states/test_pkg.py +++ b/tests/integration/states/test_pkg.py @@ -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): '''