We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d7750 commit b56497aCopy full SHA for b56497a
docker-java/src/test/java/com/github/dockerjava/cmd/swarm/LogSwarmObjectIT.java
@@ -12,6 +12,7 @@
12
import com.github.dockerjava.api.model.TaskSpec;
13
import com.github.dockerjava.api.model.TaskState;
14
import com.github.dockerjava.utils.LogContainerTestCallback;
15
+import org.junit.Ignore;
16
import org.junit.Test;
17
18
import java.io.IOException;
@@ -25,6 +26,8 @@
25
26
import static org.hamcrest.core.Is.is;
27
28
public class LogSwarmObjectIT extends SwarmCmdIT {
29
+
30
+ @Ignore
31
@Test
32
public void testLogsCmd() throws InterruptedException, IOException {
33
DockerClient dockerClient = startSwarm();
0 commit comments