8000 Comment assertion · docker-java/docker-java@6864161 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6864161

Browse files
committed
Comment assertion
1 parent 84d7750 commit 6864161

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-java/src/test/java/com/github/dockerjava/cmd/swarm/LogSwarmObjectIT.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import com.github.dockerjava.api.model.TaskSpec;
1313
import com.github.dockerjava.api.model.TaskState;
1414
import com.github.dockerjava.utils.LogContainerTestCallback;
15+
import org.junit.Ignore;
1516
import org.junit.Test;
1617

1718
import java.io.IOException;
@@ -25,6 +26,8 @@
2526
import static org.hamcrest.core.Is.is;
2627

2728
public class LogSwarmObjectIT extends SwarmCmdIT {
29+
30+
@Ignore
2831
@Test
2932
public void testLogsCmd() throws InterruptedException, IOException {
3033
DockerClient dockerClient = startSwarm();

0 commit comments

Comments
 (0)
0