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 6
6
import com .github .dockerjava .core .util .CompressArchiveUtil ;
7
7
import com .github .dockerjava .utils .LogContainerTestCallback ;
8
8
import org .apache .commons .io .FileUtils ;
9
+ import org .junit .Ignore ;
9
10
import org .junit .Test ;
10
11
import org .slf4j .Logger ;
11
12
import org .slf4j .LoggerFactory ;
@@ -148,6 +149,7 @@ public void copyFileWithExecutePermission() throws Exception {
148
149
assertThat (exitCode , equalTo (0 ));
149
150
}
150
151
152
+ @ Ignore ("Docker issue https://github.com/moby/moby/issues/46388" )
151
153
@ Test
152
154
public void copyFileWithUIDGID () throws Exception {
153
155
Path with = Files .createFile (Files .createTempDirectory ("copyFileWithUIDGID" ).resolve ("uidgid.with" ));
You can’t perform that action at this time.
0 commit comments