Skip all docker tests due to teardown - revert with #56774

This commit is contained in:
Wayne Werner 2020-04-21 14:00:42 -05:00
parent 544ce4c97c
commit df82a634a6
No known key found for this signature in database
GPG key ID: C36D3A8D5BEF0935

View file

@ -109,6 +109,7 @@ def container_name(func):
return wrapper
@skipIf(True, "SLOWTEST skip")
@destructiveTest
@skipIf(not salt.utils.path.which("dockerd"), "Docker not installed")
class DockerNetworkTestCase(ModuleCase, SaltReturnAssertsMixin):