mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows: Turn off TestBuildDockerignoreComment
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
c80a2f2937
commit
d75aaa2ca0
1 changed files with 5 additions and 0 deletions
|
@ -6758,6 +6758,11 @@ func (s *DockerSuite) TestBuildDeleteCommittedFile(c *check.C) {
|
||||||
|
|
||||||
// #20083
|
// #20083
|
||||||
func (s *DockerSuite) TestBuildDockerignoreComment(c *check.C) {
|
func (s *DockerSuite) TestBuildDockerignoreComment(c *check.C) {
|
||||||
|
// TODO Windows: Figure out why this test is flakey on TP5. If you add
|
||||||
|
// something like RUN sleep 5, or even RUN ls /tmp after the ADD line,
|
||||||
|
// it is more reliable, but that's not a good fix.
|
||||||
|
testRequires(c, DaemonIsLinux)
|
||||||
|
|
||||||
name := "testbuilddockerignorecleanpaths"
|
name := "testbuilddockerignorecleanpaths"
|
||||||
dockerfile := `
|
dockerfile := `
|
||||||
FROM busybox
|
FROM busybox
|
||||||
|
|
Loading…
Add table
Reference in a new issue