skip failing es promotion (#157023)

This commit is contained in:
Tiago Costa 2023-05-08 17:46:55 +01:00
parent 45ee63a61e
commit 8941058f68
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -191,7 +191,8 @@ export default function ({
});
});
describe('Preserve Layout', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/157023
describe.skip('Preserve Layout', () => {
before(async () => {
await loadEcommerce();
});