File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
docker-java/src/test/java/com/github/dockerjava/cmd Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 66import com .github .dockerjava .core .util .CompressArchiveUtil ;
77import com .github .dockerjava .utils .LogContainerTestCallback ;
88import org .apache .commons .io .FileUtils ;
9+ import org .junit .Ignore ;
910import org .junit .Test ;
1011import org .slf4j .Logger ;
1112import org .slf4j .LoggerFactory ;
@@ -148,6 +149,7 @@ public void copyFileWithExecutePermission() throws Exception {
148149 assertThat (exitCode , equalTo (0 ));
149150 }
150151
152+ @ Ignore ("Docker issue https://github.com/moby/moby/issues/46388" )
151153 @ Test
152154 public void copyFileWithUIDGID () throws Exception {
153155 Path with = Files .createFile (Files .createTempDirectory ("copyFileWithUIDGID" ).resolve ("uidgid.with" ));
You can’t perform that action at this time.
0 commit comments