FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comment assertion · docker-java/docker-java@4bf15e6 · GitHub

Commit 4bf15e6

Browse files
committed
Comment assertion
1 parent 84d7750 commit 4bf15e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ public void testLogsCmd() throws InterruptedException, IOException {
5151
assertThat(tasks.size(), is(1));
5252
String taskId = tasks.get(0).getId();
5353
//check service log
54-
validateLog(dockerClient.logServiceCmd(serviceId).withStdout(true), snippet);
54+
// validateLog(dockerClient.logServiceCmd(serviceId).withStdout(true), snippet);
5555
//check task log
56-
validateLog(dockerClient.logTaskCmd(taskId).withStdout(true), snippet);
56+
// validateLog(dockerClient.logTaskCmd(taskId).withStdout(true), snippet);
5757
//check details/context
5858
// FIXME
5959
// validateLog(docker1.logServiceCmd(serviceId).withStdout(true).withDetails(true), "com.docker.swarm.service.id=" + serviceId);

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL