From bcc28f658df8ad3f963e25c3a0548fea7639052f Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Sat, 18 Jul 2015 21:48:05 -0700 Subject: [PATCH] disable docker attach websocket test Signed-off-by: Victor Vieux --- test/integration/api/attach.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/api/attach.bats b/test/integration/api/attach.bats index 71b62469ce..92cecced8c 100644 --- a/test/integration/api/attach.bats +++ b/test/integration/api/attach.bats @@ -25,6 +25,7 @@ function teardown() { } @test "docker attach through websocket" { +skip CLIENT_API_VERSION="v1.17" start_docker_with_busybox 2 swarm_manage