mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
ea0ef4b93b
commit
b343bf9611
1 changed files with 2 additions and 6 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue