mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing es promotion suites (#163486)
This commit is contained in:
parent
b59af8b637
commit
21b33e4342
1 changed files with 2 additions and 1 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue