mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing es promotion suite (#110483)
This commit is contained in:
parent
949a4a6898
commit
443979f0c5
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue