Skip to content

Commit

Permalink
skip flaky suite. #114541, #114542
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 11, 2021
1 parent a389520 commit e8d16cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion x-pack/test/accessibility/apps/index_lifecycle_management.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit e8d16cd

Please sign in to comment.