Skip to content

Commit 6e73f67

Browse files
authored
[ML] unmute categorization test for native backport (#54679)
1 parent 7fe3893 commit 6e73f67

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ public void testCategorizationPerformance() {
207207
(MachineLearning.CATEGORIZATION_TOKENIZATION_IN_JAVA ? "Java" : "C++") + " took " + duration + "ms");
208208
}
209209

210-
@AwaitsFix(bugUrl = "https://github.com/elastic/ml-cpp/pull/1062")
211210
public void testNumMatchesAndCategoryPreference() throws Exception {
212211
String index = "hadoop_logs";
213212
client().admin().indices().prepareCreate(index)

0 commit comments

Comments
 (0)