Skip to content

Commit

Permalink
[test] skip flaky unit test: elastic#193209 (elastic#193872)
Browse files Browse the repository at this point in the history
## Summary
Manually skipping unit test that's flaky:
elastic#193209
  • Loading branch information
delanni authored Sep 24, 2024
1 parent d925391 commit 8953422
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 @@ -38,7 +38,8 @@ describe('Configuration button', () => {
expect(configureButton).toHaveAttribute('aria-label', 'My label');
});

it('renders the tooltip correctly when hovering the button', async () => {
// Flaky: https://github.com/elastic/kibana/issues/193209
it.skip('renders the tooltip correctly when hovering the button', async () => {
jest.useFakeTimers();

const user = userEvent.setup({
Expand Down

0 comments on commit 8953422

Please sign in to comment.