mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#203346)
This commit is contained in:
parent
313deddfb5
commit
6ffddd9e7b
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue