Skip to content

Commit

Permalink
skip flaky suite (#207712)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 22, 2025
1 parent f8254f0 commit 676e5a9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import { CaseSeverity } from '../../../../common/types/domain';

jest.mock('../../../containers/api');

describe('useSeverityAction', () => {
// FLAKY: https://github.com/elastic/kibana/issues/207712
describe.skip('useSeverityAction', () => {
let appMockRender: AppMockRenderer;
const onAction = jest.fn();
const onActionSuccess = jest.fn();
Expand Down

0 comments on commit 676e5a9

Please sign in to comment.