skip flaky suite (#87541)

This commit is contained in:
spalger 2021-01-06 11:43:59 -07:00
parent 72284abd4f
commit c57efbb56d

View file

@ -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();