mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
integration-cli: Enable TestGetContainersAttachWebsocket for Windows
Signed-off-by: Olli Janatuinen <olli.janatuinen@gmail.com>
This commit is contained in:
parent
98d8343aa2
commit
a61f7abf5a
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func (s *DockerAPISuite) TestGetContainersAttachWebsocket(c *testing.T) {
|
func (s *DockerAPISuite) TestGetContainersAttachWebsocket(c *testing.T) {
|
||||||
testRequires(c, DaemonIsLinux)
|
out, _ := dockerCmd(c, "run", "-di", "busybox", "cat")
|
||||||
out, _ := dockerCmd(c, "run", "-dit", "busybox", "cat")
|
|
||||||
|
|
||||||
rwc, err := request.SockConn(10*time.Second, request.DaemonHost())
|
rwc, err := request.SockConn(10*time.Second, request.DaemonHost())
|
||||||
assert.NilError(c, err)
|
assert.NilError(c, err)
|
||||||
|
|
Loading…
Reference in a new issue