skip flaky suite (#204152)

This commit is contained in:
Tiago Costa 2025-01-14 21:34:44 +00:00
parent 2039dab1ca
commit 0640f38b7a
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -17,7 +17,8 @@ import { omit } from 'lodash';
const Wrapper = ({ children }: React.PropsWithChildren) =>
React.createElement(WrappedHelper, null, children);
describe('useMonitorStatusData', () => {
// FLAKY: https://github.com/elastic/kibana/issues/204152
describe.skip('useMonitorStatusData', () => {
let dispatchMock: jest.Mock;
beforeEach(() => {
dispatchMock = jest.fn();