mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
remove skipif for docker
This commit is contained in:
parent
c13f37eee4
commit
ff92f31cbe
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ import salt.utils
|
|||
|
||||
|
||||
@destructiveTest
|
||||
@skipIf(salt.utils.which('docker') is None, 'docker is not installed')
|
||||
class ServiceModuleTest(ModuleCase):
|
||||
'''
|
||||
Module testing the service module
|
||||
|
|
Loading…
Add table
Reference in a new issue