mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
ffcba6faf9
commit
84dd62a0a1
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ import co.elastic.logstash.api.Metric;
|
|||
import co.elastic.logstash.api.NamespacedMetric;
|
||||
import org.assertj.core.data.Percentage;
|
||||
import org.jruby.RubyHash;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
@ -80,6 +81,7 @@ public class NamespacedMetricImplTest extends MetricTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@Ignore("Test failing intermittently for some time. See https://github.com/elastic/logstash/issues/11925")
|
||||
@Test
|
||||
public void testTimeCallable() {
|
||||
final NamespacedMetric metrics = this.getInstance().namespace("test");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue