skip flaky suite (#124779)

This commit is contained in:
Tiago Costa 2022-11-30 15:18:08 +00:00
parent e5e68c6c16
commit 0e2c9f2086
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -172,7 +172,8 @@ describe('Fleet preconfiguration reset', () => {
await stopServers();
});
describe('Reset all policy', () => {
// FLAKY: https://github.com/elastic/kibana/issues/124779
describe.skip('Reset all policy', () => {
it('Works and reset all preconfigured policies', async () => {
const resetAPI = getSupertestWithAdminUser(
kbnServer.root,