Skip to content

Commit

Permalink
skip flaky suite (#196189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 22, 2024
1 parent c624b1e commit 1ccf86f
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 1ccf86f

Please sign in to comment.