Skip to content

Commit

Permalink
skip failing test suite (#151854)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Feb 23, 2023
1 parent 317c051 commit c6e2664
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const endpointTestResources = getService('endpointTestResources');

describe('test metadata apis', () => {
// Failing: See https://github.com/elastic/kibana/issues/151854
describe.skip('test metadata apis', () => {
before(async () => {
await endpointTestResources.setMetadataTransformFrequency('1s');
});
Expand Down

0 comments on commit c6e2664

Please sign in to comment.