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 Sep 25, 2023
1 parent 9cbd597 commit e44362f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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', () => {
describe('list endpoints GET route', () => {
const numberOfHostsInFixture = 2;
let agent1Timestamp: number;
Expand Down

0 comments on commit e44362f

Please sign in to comment.