Skip to content

Commit

Permalink
skip flaky suite (#87541)
Browse files Browse the repository at this point in the history
(cherry picked from commit c57efbb)
  • Loading branch information
spalger committed Jan 6, 2021
1 parent 9bc4492 commit c5ea7f9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jest.mock('../../common/components/link_to', () => {
};
});

describe('usePostPushToService', () => {
// FLAKY: https://github.com/elastic/kibana/issues/87541
describe.skip('usePostPushToService', () => {
const abortCtrl = new AbortController();
const updateCase = jest.fn();
const formatUrl = jest.fn();
Expand Down

0 comments on commit c5ea7f9

Please sign in to comment.