mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#124779)
This commit is contained in:
parent
e5e68c6c16
commit
0e2c9f2086
1 changed files with 2 additions and 1 deletions
|
@ -172,7 +172,8 @@ describe('Fleet preconfiguration reset', () => {
|
|||
await stopServers();
|
||||
});
|
||||
|
||||
describe('Reset all policy', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/124779
|
||||
describe.skip('Reset all policy', () => {
|
||||
it('Works and reset all preconfigured policies', async () => {
|
||||
const resetAPI = getSupertestWithAdminUser(
|
||||
kbnServer.root,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue