Skip to content

Commit

Permalink
skip flaky suite (#203346)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 7, 2024
1 parent 313dedd commit 6ffddd9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ export default function (providerContext: FtrProviderContext) {
});
});

describe('POST /api/fleet/agent_policies', () => {
// FLAKY: https://github.com/elastic/kibana/issues/203346
describe.skip('POST /api/fleet/agent_policies', () => {
let systemPkgVersion: string;
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/fleet/empty_fleet_server');
Expand Down

0 comments on commit 6ffddd9

Please sign in to comment.