Skip to content

Commit

Permalink
skip flaky suite (elastic#204152)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 14, 2025
1 parent 2039dab commit 0640f38
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 0640f38

Please sign in to comment.