Skip to content

Commit c231e36

Browse files
authored
Mute ClassificationIT tests (#48338) (#48340)
1 parent 12ceb04 commit c231e36

File tree

1 file changed

+2
-0
lines changed
  • x-pack/plugin/ml/qa/native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration

1 file changed

+2
-0
lines changed

x-pack/plugin/ml/qa/native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration/ClassificationIT.java

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
package org.elasticsearch.xpack.ml.integration;
77

88
import com.google.common.collect.Ordering;
9+
import org.apache.lucene.util.LuceneTestCase;
910
import org.elasticsearch.ElasticsearchStatusException;
1011
import org.elasticsearch.action.bulk.BulkRequestBuilder;
1112
import org.elasticsearch.action.bulk.BulkResponse;
@@ -38,6 +39,7 @@
3839
import static org.hamcrest.Matchers.lessThanOrEqualTo;
3940
import static org.hamcrest.Matchers.startsWith;
4041

42+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/48337")
4143
public class ClassificationIT extends MlNativeDataFrameAnalyticsIntegTestCase {
4244

4345
private static final String BOOLEAN_FIELD = "boolean-field";

0 commit comments

Comments
 (0)