Skip to content

Commit

Permalink
skip flaky suite (#87541)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jan 6, 2021
1 parent 72284ab commit c57efbb
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 c57efbb

Please sign in to comment.