Mute AutodetectMemoryLimitIT#testTooManyPartitions

Relates #43013
This commit is contained in:
David Turner 2019-06-08 23:10:33 +01:00 committed by David Roberts
parent 39cb1abc9d
commit 68339f90e9
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ public class AutodetectMemoryLimitIT extends MlNativeAutodetectIntegTestCase {
cleanUp();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43013")
public void testTooManyPartitions() throws Exception {
assumeFalse("AwaitsFix(bugUrl = \"https://github.com/elastic/elasticsearch/issues/32033\")", Constants.WINDOWS);
Detector.Builder detector = new Detector.Builder("count", null);