[ML] unmute categorization test for native backport (#54679)

This commit is contained in:
Benjamin Trent 2020-04-02 17:08:19 -04:00 committed by GitHub
parent 7fe38935f6
commit 6e73f67f3b
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");
}
@AwaitsFix(bugUrl = "https://github.com/elastic/ml-cpp/pull/1062")
public void testNumMatchesAndCategoryPreference() throws Exception {
String index = "hadoop_logs";
client().admin().indices().prepareCreate(index)