mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
While #16738 is "fixed", skip TestExecStartFails
… on windows Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
2fcacf8ea3
commit
dc204b8786
1 changed files with 2 additions and 1 deletions
|
@ -613,8 +613,9 @@ 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)
|
||||
testRequires(c, DaemonIsLinux, SameHostDaemon)
|
||||
name := "exec-15750"
|
||||
dockerCmd(c, "run", "-d", "--name", name, "busybox", "top")
|
||||
c.Assert(waitRun(name), check.IsNil)
|
||||
|
|
Loading…
Reference in a new issue