skip flaky suite (#97387)

This commit is contained in:
Tiago Costa 2021-04-17 15:52:32 +01:00
parent e0da8b2e96
commit a89b756710
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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');