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 97803f1 commit 04111eb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,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 04111eb

Please sign in to comment.