[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:
David Roberts 2020-04-07 11:04:31 +01:00 committed by GitHub
parent 91818c32c5
commit df4ae79b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)