remove skipif for docker

This commit is contained in:
Ch3LL 2017-10-26 14:43:31 -04:00
parent c13f37eee4
commit ff92f31cbe
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

View file

@ -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