Skip to content

Commit

Permalink
skip flaky suite (#106051)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Jul 18, 2021
1 parent 373d6e2 commit 2eed53f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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/106051
describe.skip('test metadata api', () => {
describe(`POST ${HOST_METADATA_LIST_ROUTE} when index is empty`, () => {
it('metadata api should return empty result when index is empty', async () => {
await deleteMetadataStream(getService);
Expand Down

0 comments on commit 2eed53f

Please sign in to comment.