[TEST] Mute tests that will need updating following an ML C++ change

Relates elastic/x-pack-elasticsearch#4033
Relates elastic/ml-cpp#7

Original commit: elastic/x-pack-elasticsearch@de297097f3
This commit is contained in:
David Roberts 2018-02-26 09:09:40 +00:00
parent 9786b38747
commit 2dd0fbca7a
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ public class AutodetectMemoryLimitIT extends MlNativeAutodetectIntegTestCase {
cleanUp();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/pull/4033")
public void testTooManyPartitions() throws Exception {
Detector.Builder detector = new Detector.Builder("count", null);
detector.setPartitionFieldName("user");
@ -91,6 +92,7 @@ public class AutodetectMemoryLimitIT extends MlNativeAutodetectIntegTestCase {
assertThat(modelSizeStats.getMemoryStatus(), equalTo(ModelSizeStats.MemoryStatus.HARD_LIMIT));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/pull/4033")
public void testTooManyByFields() throws Exception {
Detector.Builder detector = new Detector.Builder("count", null);
detector.setByFieldName("user");