| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 84d7750 commit b56497a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,6 +12,7 @@ | |||
| 12 | 12 | import com.github.dockerjava.api.model.TaskSpec; | |
| 13 | 13 | import com.github.dockerjava.api.model.TaskState; | |
| 14 | 14 | import com.github.dockerjava.utils.LogContainerTestCallback; | |
| 15 | + import org.junit.Ignore; | ||
| 15 | 16 | import org.junit.Test; | |
| 16 | 17 | ||
| 17 | 18 | import java.io.IOException; | |
@@ -25,6 +26,8 @@ | |||
| 25 | 26 | import static org.hamcrest.core.Is.is; | |
| 26 | 27 | ||
| 27 | 28 | public class LogSwarmObjectIT extends SwarmCmdIT { | |
| 29 | + | ||
| 30 | + @Ignore | ||
| 28 | 31 | @Test | |
| 29 | 32 | public void testLogsCmd() throws InterruptedException, IOException { | |
| 30 | 33 | DockerClient dockerClient = startSwarm(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments