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