Skip to content

Commit

Permalink
[Fleet] enable flaky reset preconfig test (#161952)
Browse files Browse the repository at this point in the history
## Summary

Closes #124780

enable flaky reset preconfig test
  • Loading branch information
juliaElastic authored Jul 17, 2023
1 parent ea0ef4b commit b343bf9
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ describe('Fleet preconfiguration reset', () => {
await stopServers();
});

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

// FLAKY: https://github.com/elastic/kibana/issues/124780
// FLAKY: https://github.com/elastic/kibana/issues/124781
// FLAKY: https://github.com/elastic/kibana/issues/134529
describe.skip('Reset one preconfigured policy', () => {
describe('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 b343bf9

Please sign in to comment.