Skip to content

Commit

Permalink
skip flaky suite (#213370)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 6, 2025
1 parent 4abf1a1 commit b6c768e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b6c768e

Please sign in to comment.