mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#124780)
This commit is contained in:
parent
b70812e731
commit
0a03a911c9
1 changed files with 2 additions and 1 deletions
|
@ -207,7 +207,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