mirror of https://github.com/docker/docs.git
remove sleep from tests
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
53cf899e31
commit
d00c23094b
|
@ -25,8 +25,6 @@ function teardown() {
|
|||
run docker_swarm network inspect bridge
|
||||
[ "$status" -ne 0 ]
|
||||
|
||||
sleep 1
|
||||
|
||||
run docker_swarm network inspect node-0/bridge
|
||||
[[ "${output}" != *"\"Containers\": {}"* ]]
|
||||
|
||||
|
|
Loading…
Reference in New Issue