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