Skip to content

Commit

Permalink
skip flaky suite (elastic#149937)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and kqualters-elastic committed Feb 6, 2023
1 parent db370a1 commit c1644f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/fleet_api_integration/apis/agents/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const es = getService('es');
let elasticAgentpkgVersion: string;
describe('fleet_list_agent', () => {
// FLAKY: https://github.com/elastic/kibana/issues/149937
describe.skip('fleet_list_agent', () => {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/fleet/agents');
const getPkRes = await supertest
Expand Down

0 comments on commit c1644f1

Please sign in to comment.