skip flaky suite (#149937)

This commit is contained in:
Tiago Costa 2023-02-01 18:42:32 +00:00
parent 6ecac198f1
commit b8f640ca3f
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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