mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite. #128441
This commit is contained in:
parent
61f805b106
commit
e9a8a20cbc
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ describe('task_events', () => {
|
|||
expect(result.eventLoopBlockMs).toBe(undefined);
|
||||
});
|
||||
|
||||
describe('startTaskTimerWithEventLoopMonitoring', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/128441
|
||||
describe.skip('startTaskTimerWithEventLoopMonitoring', () => {
|
||||
test('non-blocking', async () => {
|
||||
const stopTaskTimer = startTaskTimerWithEventLoopMonitoring({
|
||||
monitor: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue