Skip to content

Commit

Permalink
Disable flaky multiReceiveRecordsDurationInMillis test
Browse files Browse the repository at this point in the history
  • Loading branch information
robbavey authored and elasticsearch-bot committed Jun 2, 2020
1 parent 0c38004 commit 3bd95b1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.jruby.runtime.ThreadContext;
import org.jruby.runtime.builtin.IRubyObject;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.logstash.Event;

Expand Down Expand Up @@ -99,6 +100,7 @@ public void multiReceiveIncrementsEventCount() {
assertEquals(EVENT_COUNT, getMetricLongValue("out"));
}

@Ignore("Test failing intermittently for some time. See https://github.com/elastic/logstash/issues/11956")
@Test
public void multiReceiveRecordsDurationInMillis() {
final int delay = 100;
Expand Down

0 comments on commit 3bd95b1

Please sign in to comment.