mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -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();
|
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 () => {
|
it('Works and reset all preconfigured policies', async () => {
|
||||||
const resetAPI = getSupertestWithAdminUser(
|
const resetAPI = getSupertestWithAdminUser(
|
||||||
kbnServer.root,
|
kbnServer.root,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue