[TEST] Unmute CategorizationIT.testNumMatchesAndCategoryPreference (#54868)
Should work again now that https://github.com/elastic/ml-cpp/issues/1121 is resolved. Backport of #54768
This commit is contained in:
parent
91818c32c5
commit
df4ae79b41
|
@ -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/issues/1121")
|
|
||||||
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