skip failing test suite (#170690)

This commit is contained in:
Kibana Machine 2023-11-07 23:11:48 -05:00
parent 18bea15668
commit 809bffa694

View file

@ -18,6 +18,7 @@ export default function ({ getService }: FtrProviderContext) {
const es = getService('es');
let elasticAgentpkgVersion: string;
// Failing: See https://github.com/elastic/kibana/issues/170690
// Failing: See https://github.com/elastic/kibana/issues/170690
describe.skip('fleet_list_agent', () => {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/fleet/agents');