소스 검색

Windows: Turn off TestBuildDockerignoreComment

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 9 년 전
부모
커밋
d75aaa2ca0
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      integration-cli/docker_cli_build_test.go

+ 5 - 0
integration-cli/docker_cli_build_test.go

@@ -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