We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28912d2 commit a7b7b50Copy full SHA for a7b7b50
muted-tests.yml
@@ -330,6 +330,9 @@ tests:
330
- class: org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvPercentileTests
331
method: "testEvaluateBlockWithoutNulls {TestCase=field: <positive mv DEDUPLICATED_AND_SORTED_ASCENDING longs>, percentile: <small positive double>}"
332
issue: https://github.com/elastic/elasticsearch/issues/114587
333
+- class: org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvPercentileTests
334
+ method: "testEvaluateBlockWithoutNulls {TestCase=field: <positive mv DEDUPLICATED_UNORDERD longs>, percentile: <small positive double>}"
335
+ issue: https://github.com/elastic/elasticsearch/issues/114588
336
337
# Examples:
338
#
0 commit comments