disable reachMaxUnread

This commit is contained in:
Joao Duarte 2018-08-16 12:37:27 +01:00
parent 0ebad1932c
commit 103677d0ce
No known key found for this signature in database
GPG key ID: 4798B25A94614218

View file

@ -397,6 +397,7 @@ public class QueueTest {
}
}
@Ignore("This test timed out on Linux. Issue: https://github.com/elastic/logstash/issues/9910")
@Test(timeout = 50_000)
public void reachMaxUnread() throws IOException, InterruptedException, ExecutionException {
Queueable element = new StringElement("foobarbaz");