mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
disable reachMaxUnread
This commit is contained in:
parent
0ebad1932c
commit
103677d0ce
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
@Test(timeout = 50_000)
|
||||||
public void reachMaxUnread() throws IOException, InterruptedException, ExecutionException {
|
public void reachMaxUnread() throws IOException, InterruptedException, ExecutionException {
|
||||||
Queueable element = new StringElement("foobarbaz");
|
Queueable element = new StringElement("foobarbaz");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue