Skip to content

Commit

Permalink
skip failing es promotion suite (#110483)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 30, 2021
1 parent 949a4a6 commit 443979f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default function ({ getService }: FtrProviderContext) {
const reportingAPI = getService('reportingAPI');
const security = getService('security');

describe('ILM policy migration APIs', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/110483
describe.skip('ILM policy migration APIs', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/reporting/logs');
await esArchiver.load('x-pack/test/functional/es_archives/logstash_functional');
Expand Down

0 comments on commit 443979f

Please sign in to comment.