Skip to content

Commit

Permalink
Skip test
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Jan 21, 2022
1 parent 0a635ef commit f9a9596
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ describe('Fleet preconfiguration rest', () => {
});
});

describe('Reset one preconfigured policy', () => {
// SKIP: https://github.com/elastic/kibana/issues/123528
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 f9a9596

Please sign in to comment.