mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#139634)
This commit is contained in:
parent
7919682c07
commit
936b31dc33
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ describe('TaskRunnerTimer', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('runWithTimer', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/139634
|
||||
describe.skip('runWithTimer', () => {
|
||||
test('should calculate time it takes to run callback function for a given timer span', async () => {
|
||||
const result = await timer.runWithTimer(TaskRunnerTimerSpan.ProcessAlerts, async () => {
|
||||
await new Promise((resolve) => setTimeout(resolve, 2000));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue