Mute ModelLoadingServiceTests.testMaxCachedLimitReached

This commit is contained in:
Mark Vieira 2020-04-15 10:25:31 -07:00
parent eaf75fc7b6
commit 5d4bc8aea6
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,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";