Skip to content

Commit

Permalink
skip flaky suite (#97387)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 17, 2021
1 parent b522c8c commit fb4568a
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 @@ -162,7 +162,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 fb4568a

Please sign in to comment.