[TEST] Unmute ML categorization tests

The C++ changes these rely on are now in the snapshots on s3, so these
tests will work.

Relates elastic/machine-learning-cpp#512

Original commit: elastic/x-pack-elasticsearch@cb8f7b31e8
This commit is contained in:
David Roberts 2018-01-05 16:02:35 +00:00
parent d7416d53e0
commit f508e14e06
1 changed files with 0 additions and 2 deletions

View File

@ -81,7 +81,6 @@ public class CategorizationIT extends MlNativeAutodetectIntegTestCase {
client().admin().indices().prepareRefresh("*").get();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/machine-learning-cpp/pull/512")
public void testBasicCategorization() throws Exception {
Job.Builder job = newJobBuilder("categorization", Collections.emptyList());
registerJob(job);
@ -128,7 +127,6 @@ public class CategorizationIT extends MlNativeAutodetectIntegTestCase {
equalTo(Arrays.asList("Node 1 started", "Node 2 started", "Node 3 started")));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/machine-learning-cpp/pull/512")
public void testCategorizationWithFilters() throws Exception {
Job.Builder job = newJobBuilder("categorization-with-filters", Arrays.asList("\\[.*\\]"));
registerJob(job);