Skip to content

Commit 8f1d91c

Browse files
committed
Enable lost tests.
1 parent 06170d8 commit 8f1d91c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/java/com/github/dockerjava/core/command/ListContainersCmdImplTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public void afterMethod(ITestResult result) {
5252
super.afterMethod(result);
5353
}
5454

55+
@Test
5556
public void testListContainers() throws Exception {
5657

5758
String testImage = "busybox";

src/test/java/com/github/dockerjava/netty/exec/ListContainersCmdExecTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public void afterMethod(ITestResult result) {
5454
super.afterMethod(result);
5555
}
5656

57+
@Test
5758
public void testListContainers() throws Exception {
5859

5960
String testImage = "busybox";

0 commit comments

Comments
 (0)