Skip to content

Commit

Permalink
skip flaky suite (elastic#106388)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 22, 2021
1 parent 2787087 commit 9d74286
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/task_manager/server/routes/health.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jest.mock('../lib/log_health_metrics', () => ({
logHealthMetrics: jest.fn(),
}));

describe('healthRoute', () => {
// FLAKY: https://github.com/elastic/kibana/issues/106388
describe.skip('healthRoute', () => {
beforeEach(() => {
jest.resetAllMocks();
});
Expand Down

0 comments on commit 9d74286

Please sign in to comment.