mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#208443)
This commit is contained in:
parent
c0e430f5fb
commit
fddf0aa7d1
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ const defaultProps = {
|
|||
isLoadingConnectors: false,
|
||||
};
|
||||
|
||||
describe('Connector', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/208443
|
||||
describe.skip('Connector', () => {
|
||||
let appMockRender: AppMockRenderer;
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue