[Test] Muted all HDRPercentilesTests and HDRPercentileRanksTests
This commit is contained in:
parent
616941e902
commit
7ab9bbbfad
|
@ -20,6 +20,7 @@ package org.elasticsearch.search.aggregations.metrics;
|
|||
|
||||
import com.google.common.collect.Lists;
|
||||
|
||||
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
|
||||
import org.elasticsearch.action.search.SearchResponse;
|
||||
import org.elasticsearch.common.logging.Loggers;
|
||||
import org.elasticsearch.script.Script;
|
||||
|
@ -50,6 +51,7 @@ import static org.hamcrest.Matchers.sameInstance;
|
|||
/**
|
||||
*
|
||||
*/
|
||||
@AwaitsFix(bugUrl = "single test methods fail with occassional seeds (see HDRPercentilesTests.testScript_ExplicitSingleValued_WithParams for example) but only if run as a whole test class not if run as a single test method")
|
||||
public class HDRPercentileRanksTests extends AbstractNumericTests {
|
||||
|
||||
private static double[] randomPercents(long minValue, long maxValue) {
|
||||
|
|
|
@ -20,6 +20,7 @@ package org.elasticsearch.search.aggregations.metrics;
|
|||
|
||||
import com.google.common.collect.Lists;
|
||||
|
||||
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
|
||||
import org.elasticsearch.action.search.SearchResponse;
|
||||
import org.elasticsearch.common.logging.Loggers;
|
||||
import org.elasticsearch.script.Script;
|
||||
|
@ -51,6 +52,7 @@ import static org.hamcrest.Matchers.sameInstance;
|
|||
/**
|
||||
*
|
||||
*/
|
||||
@AwaitsFix(bugUrl = "single test methods fail with occassional seeds (see testScript_ExplicitSingleValued_WithParams for example) but only if run as a whole test class not if run as a single test method")
|
||||
public class HDRPercentilesTests extends AbstractNumericTests {
|
||||
|
||||
private static double[] randomPercentiles() {
|
||||
|
|
Loading…
Reference in New Issue