Skip to content

Commit 24c851f

Browse files
committed
Skip test for swarm
1 parent 5b213be commit 24c851f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ public void testEventStreamTimeBound() throws Exception {
7575

7676
@Test
7777
public void testEventStreaming() throws Exception {
78+
if (isSwarm(dockerClient)) throw new SkipException("FIXME Swarm");
79+
7880
// Don't include other tests events
7981
TimeUnit.SECONDS.sleep(1);
8082

0 commit comments

Comments
 (0)