adds index_lifecycle to ignored API conventions

This commit is contained in:
Colin Goodheart-Smithe 2018-08-03 13:19:30 +01:00
parent 20915a9baf
commit 9a81b9dbd8
No known key found for this signature in database
GPG Key ID: F975E7BDD739B3C7
1 changed files with 2 additions and 1 deletions

View File

@ -757,7 +757,8 @@ public class RestHighLevelClientTests extends ESTestCase {
//TODO xpack api are currently ignored, we need to load xpack yaml spec too
if (apiName.startsWith("xpack.") == false &&
apiName.startsWith("license.") == false &&
apiName.startsWith("watcher.") == false) {
apiName.startsWith("watcher.") == false &&
apiName.startsWith("index_lifecycle.") == false) {
apiNotFound.add(apiName);
}
}