Skip to content

Commit

Permalink
Merge branch 'main' into fix-ip4first-dns-resolve-order-for-worker-th…
Browse files Browse the repository at this point in the history
…reads
  • Loading branch information
mistic authored Aug 9, 2023
2 parents 5ee7f8e + 21b33e4 commit 9956798
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 9956798

Please sign in to comment.