Skip to content

Commit

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

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 0879f2e

Please sign in to comment.