Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fleet] enable flaky reset preconfig test #161952

Merged
merged 5 commits into from
Jul 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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