We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bec0ec commit 679cb8dCopy full SHA for 679cb8d
src/test/java/com/github/dockerjava/core/command/StatsCmdImplTest.java
@@ -51,7 +51,7 @@ public void afterMethod(ITestResult result) {
51
super.afterMethod(result);
52
}
53
54
- @Test
+ @Test(groups = "ignoreInCircleCi")
55
public void testStatsStreaming() throws InterruptedException, IOException {
56
TimeUnit.SECONDS.sleep(1);
57
0 commit comments