[ML] unmute categorization test for native backport (#54679)
This commit is contained in:
parent
7fe38935f6
commit
6e73f67f3b
|
@ -207,7 +207,6 @@ public class CategorizationIT extends MlNativeAutodetectIntegTestCase {
|
||||||
(MachineLearning.CATEGORIZATION_TOKENIZATION_IN_JAVA ? "Java" : "C++") + " took " + duration + "ms");
|
(MachineLearning.CATEGORIZATION_TOKENIZATION_IN_JAVA ? "Java" : "C++") + " took " + duration + "ms");
|
||||||
}
|
}
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/ml-cpp/pull/1062")
|
|
||||||
public void testNumMatchesAndCategoryPreference() throws Exception {
|
public void testNumMatchesAndCategoryPreference() throws Exception {
|
||||||
String index = "hadoop_logs";
|
String index = "hadoop_logs";
|
||||||
client().admin().indices().prepareCreate(index)
|
client().admin().indices().prepareCreate(index)
|
||||||
|
|
Loading…
Reference in New Issue