1
0
mirror of https://github.com/moby/moby.git synced 2025-11-03 16:33:18 +03:00

Skip some tests for E2E

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
Christopher Crone
2017-09-11 16:34:08 +02:00
parent b1fb41988d
commit f089a1df39
8 changed files with 62 additions and 11 deletions

View File

@@ -173,7 +173,7 @@ func (s *DockerSuite) TestAttachDetach(c *check.C) {
c.Assert(running, checker.Equals, "true", check.Commentf("expected container to still be running"))
go func() {
dockerCmd(c, "kill", id)
dockerCmdWithResult("kill", id)
}()
select {
@@ -225,7 +225,7 @@ func (s *DockerSuite) TestAttachDetachTruncatedID(c *check.C) {
c.Assert(running, checker.Equals, "true", check.Commentf("expected container to still be running"))
go func() {
dockerCmd(c, "kill", id)
dockerCmdWithResult("kill", id)
}()
select {