Mute ModelLoadingServiceTests::testMaxCachedLimitReached

This commit is contained in:
David Kyle 2020-04-22 11:52:05 +01:00
parent 71672ea33d
commit e99ef3542c
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ public class ModelLoadingServiceTests extends ESTestCase {
verify(trainedModelProvider, times(4)).getTrainedModel(eq(model3), eq(true), any());
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55251")
public void testMaxCachedLimitReached() throws Exception {
String model1 = "test-cached-limit-load-model-1";
String model2 = "test-cached-limit-load-model-2";