Skip to content

Commit 379c02b

Browse files
committed
AwaitsFix for #109932
1 parent 2233349 commit 379c02b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/aggregation/ValuesIntAggregatorFunctionTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
package org.elasticsearch.compute.aggregation;
99

10+
import org.apache.lucene.tests.util.LuceneTestCase;
1011
import org.elasticsearch.compute.data.Block;
1112
import org.elasticsearch.compute.data.BlockFactory;
1213
import org.elasticsearch.compute.data.BlockUtils;
@@ -19,6 +20,7 @@
1920

2021
import static org.hamcrest.Matchers.containsInAnyOrder;
2122

23+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/109932")
2224
public class ValuesIntAggregatorFunctionTests extends AggregatorFunctionTestCase {
2325
@Override
2426
protected SourceOperator simpleInput(BlockFactory blockFactory, int size) {

0 commit comments

Comments
 (0)