mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #43866 from olljanat/win-enable-attach-websocket
integration-cli: Enable TestGetContainersAttachWebsocket for Windows
This commit is contained in:
commit
2bfc7aedab
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ import (
|
|||
)
|
||||
|
||||
func (s *DockerAPISuite) TestGetContainersAttachWebsocket(c *testing.T) {
|
||||
testRequires(c, DaemonIsLinux)
|
||||
out, _ := dockerCmd(c, "run", "-dit", "busybox", "cat")
|
||||
out, _ := dockerCmd(c, "run", "-di", "busybox", "cat")
|
||||
|
||||
rwc, err := request.SockConn(10*time.Second, request.DaemonHost())
|
||||
assert.NilError(c, err)
|
||||
|
|
Loading…
Add table
Reference in a new issue