We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b213be commit 24c851fCopy full SHA for 24c851f
src/test/java/com/github/dockerjava/netty/exec/EventsCmdExecTest.java
@@ -75,6 +75,8 @@ public void testEventStreamTimeBound() throws Exception {
75
76
@Test
77
public void testEventStreaming() throws Exception {
78
+ if (isSwarm(dockerClient)) throw new SkipException("FIXME Swarm");
79
+
80
// Don't include other tests events
81
TimeUnit.SECONDS.sleep(1);
82
0 commit comments