[Fleet] enable flaky reset preconfig test (#161952)

## Summary

Closes https://github.com/elastic/kibana/issues/124780

enable flaky reset preconfig test
This commit is contained in:
Julia Bardi 2023-07-17 12:56:14 +02:00 committed by GitHub
parent ea0ef4b93b
commit b343bf9611
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
@ -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 () => {