Skip to content

Commit

Permalink
skip failing es promotion suites (elastic#163486)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and bryce-b committed Aug 9, 2023
1 parent f595135 commit bf973c6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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());

Expand Down

0 comments on commit bf973c6

Please sign in to comment.