We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2c99a commit 037c2f3Copy full SHA for 037c2f3
1 file changed
src/test/java/com/github/dockerjava/core/command/InspectExecCmdImplTest.java
@@ -5,6 +5,7 @@
5
import com.github.dockerjava.api.command.ExecCreateCmdResponse;
6
import com.github.dockerjava.api.command.InspectExecResponse;
7
import com.github.dockerjava.client.AbstractDockerClientTest;
8
+
9
import org.testng.ITestResult;
10
import org.testng.annotations.*;
11
@@ -39,7 +40,7 @@ public void afterMethod(ITestResult result) {
39
40
super.afterMethod(result);
41
}
42
- @Test
43
+ @Test(groups = "ignoreInCircleCi")
44
public void inspectExecTest() {
45
String containerName = "generated_" + new SecureRandom().nextInt();
46
0 commit comments