mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#97387)
This commit is contained in:
parent
e0da8b2e96
commit
a89b756710
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue