mirror of https://github.com/docker/docs.git
Merge pull request #1015 from vieux/skip_attach_websocket
skip test: docker attach through websocket
This commit is contained in:
commit
12ba56e62e
|
@ -25,6 +25,7 @@ function teardown() {
|
|||
}
|
||||
|
||||
@test "docker attach through websocket" {
|
||||
skip
|
||||
CLIENT_API_VERSION="v1.17"
|
||||
start_docker_with_busybox 2
|
||||
swarm_manage
|
||||
|
|
Loading…
Reference in New Issue