skip flaky suite (#208443)

This commit is contained in:
Tiago Costa 2025-01-29 19:37:43 +00:00
parent c0e430f5fb
commit fddf0aa7d1
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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(() => {