skip flaky suite (#213370)

This commit is contained in:
Tiago Costa 2025-03-06 21:12:45 +00:00
parent 4abf1a151e
commit b6c768e408
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -2038,7 +2038,8 @@ export default function (providerContext: FtrProviderContext) {
});
});
describe('POST /internal/fleet/agent_and_package_policies', () => {
// FLAKY: https://github.com/elastic/kibana/issues/213370
describe.skip('POST /internal/fleet/agent_and_package_policies', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/fleet/empty_fleet_server');
await kibanaServer.savedObjects.cleanStandardList();