Skip to content

Commit

Permalink
Merge pull request moby#23248 from Microsoft/jjh/flakeytest
Browse files Browse the repository at this point in the history
Windows: Turn off TestBuildDockerignoreComment
  • Loading branch information
thaJeztah committed Jun 4, 2016
2 parents 3db23a4 + d75aaa2 commit 8437202
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integration-cli/docker_cli_build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6758,6 +6758,11 @@ func (s *DockerSuite) TestBuildDeleteCommittedFile(c *check.C) {

// #20083
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"
dockerfile := `
FROM busybox
Expand Down

0 comments on commit 8437202

Please sign in to comment.