Skip to content

Commit

Permalink
skip flaky suite (elastic#196189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 22, 2024
1 parent 2d91c3c commit 3f29117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/cases/public/components/links/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import { useCaseViewNavigation } from '../../common/navigation/hooks';

jest.mock('../../common/navigation/hooks');

describe('Configuration button', () => {
// FLAKY: https://github.com/elastic/kibana/issues/196189
describe.skip('Configuration button', () => {
const props: ConfigureCaseButtonProps = {
label: 'My label',
msgTooltip: <></>,
Expand Down

0 comments on commit 3f29117

Please sign in to comment.