mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing es promotion (#157023)
This commit is contained in:
parent
45ee63a61e
commit
8941058f68
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue