disable queueStableUnderStress tests

Fixes #9919
This commit is contained in:
Joao Duarte 2018-08-17 17:06:38 +01:00 committed by João Duarte
parent 894f7600e1
commit ea467150ad

View file

@ -624,11 +624,13 @@ public class QueueTest {
} }
} }
@Ignore("This test timed out on Windows. Issue: https://github.com/elastic/logstash/issues/9918")
@Test @Test
public void queueStableUnderStressHugeCapacity() throws Exception { public void queueStableUnderStressHugeCapacity() throws Exception {
stableUnderStress(100_000); stableUnderStress(100_000);
} }
@Ignore("This test timed out on Windows. Issue: https://github.com/elastic/logstash/issues/9918")
@Test @Test
public void queueStableUnderStressLowCapacity() throws Exception { public void queueStableUnderStressLowCapacity() throws Exception {
stableUnderStress(50); stableUnderStress(50);