Skip to content

Commit d12d953

Browse files
authored
Muting categorization2 internal agg tests (#85909)
muting test for issue: #85903
1 parent 1088ef6 commit d12d953

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/aggs/categorization2/InternalCategorizationAggregationTests.java

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

88
package org.elasticsearch.xpack.ml.aggs.categorization2;
99

10+
import org.apache.lucene.tests.util.LuceneTestCase;
1011
import org.elasticsearch.common.settings.Settings;
1112
import org.elasticsearch.common.util.BigArrays;
1213
import org.elasticsearch.common.util.BytesRefHash;
@@ -33,6 +34,7 @@
3334

3435
import static org.hamcrest.Matchers.equalTo;
3536

37+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/85903")
3638
public class InternalCategorizationAggregationTests extends InternalMultiBucketAggregationTestCase<InternalCategorizationAggregation> {
3739

3840
private CategorizationBytesRefHash bytesRefHash;

0 commit comments

Comments
 (0)