adds index_lifecycle to ignored API conventions
This commit is contained in:
parent
20915a9baf
commit
9a81b9dbd8
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue