mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#115488)
This commit is contained in:
parent
a8b616aaa2
commit
083a2b9523
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const esArchiver = getService('esArchiver');
|
||||
const supertest = getService('supertest');
|
||||
|
||||
describe('test metadata api', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/115488
|
||||
describe.skip('test metadata api', () => {
|
||||
// TODO add this after endpoint package changes are merged and in snapshot
|
||||
// describe('with .metrics-endpoint.metadata_united_default index', () => {
|
||||
// });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue