Skip to content

Commit 1da9515

Browse files
authored
Disable CopyArchiveToContainerCmdIT#copyFileWithUIDGID (#2228)
See moby/moby#46388
1 parent 12ecc2b commit 1da9515

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-java/src/test/java/com/github/dockerjava/cmd/CopyArchiveToContainerCmdIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import com.github.dockerjava.core.util.CompressArchiveUtil;
77
import com.github.dockerjava.utils.LogContainerTestCallback;
88
import org.apache.commons.io.FileUtils;
9+
import org.junit.Ignore;
910
import org.junit.Test;
1011
import org.slf4j.Logger;
1112
import 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"));

0 commit comments

Comments
 (0)