mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 13:11:30 +00:00
@@ -613,9 +613,8 @@ func (s *DockerSuite) TestExecOnReadonlyContainer(c *check.C) {
|
||||
}
|
||||
|
||||
// #15750
|
||||
// TODO Fix this test on windows #16738
|
||||
func (s *DockerSuite) TestExecStartFails(c *check.C) {
|
||||
testRequires(c, DaemonIsLinux, SameHostDaemon)
|
||||
testRequires(c, DaemonIsLinux)
|
||||
name := "exec-15750"
|
||||
dockerCmd(c, "run", "-d", "--name", name, "busybox", "top")
|
||||
c.Assert(waitRun(name), check.IsNil)
|
||||
|
||||
Reference in New Issue
Block a user