mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows CI: Deal with failing tests for TP4
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
719526d87c
commit
25c383391a
10 changed files with 34 additions and 8 deletions
|
@ -561,7 +561,7 @@ func (s *DockerSuite) TestCpToStdout(c *check.C) {
|
|||
}
|
||||
|
||||
func (s *DockerSuite) TestCpNameHasColon(c *check.C) {
|
||||
testRequires(c, SameHostDaemon)
|
||||
testRequires(c, SameHostDaemon, DaemonIsLinux)
|
||||
|
||||
out, _ := dockerCmd(c, "run", "-d", "busybox", "/bin/sh", "-c", "echo lololol > /te:s:t")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue