mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#188234)
This commit is contained in:
parent
c1c9a43e60
commit
33d75ffe4e
1 changed files with 2 additions and 1 deletions
|
@ -683,7 +683,8 @@ describe('telemetry tasks', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('telemetry-prebuilt-rule-alerts', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/188234
|
||||
describe.skip('telemetry-prebuilt-rule-alerts', () => {
|
||||
it('should execute when scheduled', async () => {
|
||||
await mockAndSchedulePrebuiltRulesTask();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue