mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#207248)
This commit is contained in:
parent
a115b8e1f5
commit
c9e0f28fa2
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ import { casesQueriesKeys } from './constants';
|
|||
jest.mock('./api');
|
||||
jest.mock('../common/lib/kibana');
|
||||
|
||||
describe('usePostPushToService', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/207248
|
||||
describe.skip('usePostPushToService', () => {
|
||||
const connector = {
|
||||
id: '123',
|
||||
name: 'My connector',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue