mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Gate the pkg.group_installed state test: not all pkg modules have group_install
Refs #35907
This commit is contained in:
parent
fc7a1d536f
commit
c7d8867096
1 changed files with 1 additions and 0 deletions
|
@ -597,6 +597,7 @@ class PkgTest(integration.ModuleCase,
|
|||
)
|
||||
|
||||
@requires_system_grains
|
||||
@requires_salt_modules('pkg.group_install')
|
||||
def test_group_installed_handle_missing_package_group(self, grains=None): # pylint: disable=unused-argument
|
||||
'''
|
||||
Tests that a CommandExecutionError is caught and the state returns False when
|
||||
|
|
Loading…
Add table
Reference in a new issue