skip flaky suite. #114541, #114542

This commit is contained in:
Jonathan Budzenski 2021-10-11 13:30:33 -05:00
parent a389520849
commit e8d16cddca

View file

@ -57,7 +57,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
throw new Error(`Could not find ${policyName} in policy table`);
};
describe('Index Lifecycle Management', async () => {
// FLAKY
// https://github.com/elastic/kibana/issues/114541
// https://github.com/elastic/kibana/issues/114542
describe.skip('Index Lifecycle Management', async () => {
before(async () => {
await esClient.ilm.putLifecycle({ policy: POLICY_NAME, body: POLICY_ALL_PHASES });
await esClient.indices.putIndexTemplate({