Skip to content

Commit

Permalink
skip flaky suite (#115488)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Oct 19, 2021
1 parent a8b616a commit 083a2b9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
// });
Expand Down

0 comments on commit 083a2b9

Please sign in to comment.