skip failing es promotion suites (#163486)

This commit is contained in:
Tiago Costa 2023-08-09 13:45:11 +01:00
parent b59af8b637
commit 21b33e4342
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -45,7 +45,8 @@ export default function ({ getService }: FtrProviderContext) {
after(() => esArchiver.unload('x-pack/test/functional/es_archives/infra/simple_logs'));
describe('/log_entries/highlights', () => {
describe('with the default source', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/163486
describe.skip('with the default source', () => {
before(() => kibanaServer.savedObjects.cleanStandardList());
after(() => kibanaServer.savedObjects.cleanStandardList());