Skip to content

Commit

Permalink
skip flaky suite (#124780)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 30, 2022
1 parent 0e2c9f2 commit b0cf4e4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit b0cf4e4

Please sign in to comment.