skip flaky suite (#124780)

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

View file

@ -202,7 +202,8 @@ describe('Fleet preconfiguration reset', () => {
});
});
describe('Reset one preconfigured policy', () => {
// FLAKY: https://github.com/elastic/kibana/issues/124780
describe.skip('Reset one preconfigured policy', () => {
const POLICY_ID = 'test-12345';
it('Works and reset one preconfigured policies if the policy is already deleted (with a ghost package policy)', async () => {