Skip to content

Commit

Permalink
skip flaky suite. #128441
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Mar 27, 2022
1 parent c890292 commit 07cff2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/task_manager/server/task_events.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 07cff2b

Please sign in to comment.