mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#204152)
This commit is contained in:
parent
2039dab1ca
commit
0640f38b7a
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue