Skip to content

Commit

Permalink
skip flaky suite (#151854)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 14, 2023
1 parent c247572 commit 3934ce3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ export default function ({ getService }: FtrProviderContext) {
const endpointTestResources = getService('endpointTestResources');

describe('test metadata apis', () => {
describe('list endpoints GET route', () => {
// FLAKY: https://github.com/elastic/kibana/issues/151854
describe.skip('list endpoints GET route', () => {
const numberOfHostsInFixture = 2;
let agent1Timestamp: number;
let agent2Timestamp: number;
Expand Down

0 comments on commit 3934ce3

Please sign in to comment.