mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#124780)
This commit is contained in:
parent
0e2c9f2086
commit
b0cf4e48fd
1 changed files with 2 additions and 1 deletions
|
@ -202,7 +202,8 @@ describe('Fleet preconfiguration reset', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('Reset one preconfigured policy', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/124780
|
||||
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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue