test: disable the docker swarm tests (#61816)
`docker_swarm` tests tend to hang during the creation of the Swarn cluster. See: https://github.com/ansible/ansible/issues/61815
This commit is contained in:
parent
2fbe4ca102
commit
7132466327
5 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
shippable/posix/group2
|
||||
disabled # See: https://github.com/ansible/ansible/issues/61815
|
||||
skip/osx
|
||||
skip/freebsd
|
||||
destructive
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
shippable/posix/group1
|
||||
disabled # See: https://github.com/ansible/ansible/issues/61815
|
||||
skip/osx
|
||||
skip/freebsd
|
||||
destructive
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
shippable/posix/group4
|
||||
disabled # See: https://github.com/ansible/ansible/issues/61815
|
||||
skip/osx
|
||||
skip/freebsd
|
||||
destructive
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
shippable/posix/group3
|
||||
disabled # See: https://github.com/ansible/ansible/issues/61815
|
||||
skip/osx
|
||||
skip/freebsd
|
||||
destructive
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
shippable/posix/group2
|
||||
disabled # See: https://github.com/ansible/ansible/issues/61815
|
||||
skip/osx
|
||||
skip/freebsd
|
||||
destructive
|
||||
|
|
Loading…
Reference in a new issue