mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip flaky suite (#189530)
This commit is contained in:
parent
42010e3efd
commit
9a06b3c257
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ jest.mock('../../common/lib/kibana');
|
|||
|
||||
const useKibanaMock = useKibana as jest.Mocked<typeof useKibana>;
|
||||
|
||||
describe('ConnectorSelector', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/189530
|
||||
describe.skip('ConnectorSelector', () => {
|
||||
const handleChange = jest.fn();
|
||||
const defaultProps = {
|
||||
connectors: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue