mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip all docker tests due to teardown - revert with #56774
This commit is contained in:
parent
544ce4c97c
commit
df82a634a6
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue