Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
skip flaky suite (elastic#97387)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 17, 2021
1 parent e0da8b2 commit a89b756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/lens/existing_fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ export default ({ getService }: FtrProviderContext) => {
const esArchiver = getService('esArchiver');
const supertest = getService('supertest');

describe('existing_fields apis', () => {
// FLAKY: https://github.com/elastic/kibana/issues/97387
describe.skip('existing_fields apis', () => {
before(async () => {
await esArchiver.loadIfNeeded('logstash_functional');
await esArchiver.loadIfNeeded('visualize/default');
Expand Down

0 comments on commit a89b756

Please sign in to comment.