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

(cherry picked from commit 8953422)
  • Loading branch information
delanni committed Sep 24, 2024
1 parent bc2bb0d commit 727d85d
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 727d85d

Please sign in to comment.