Skip to content

Commit

Permalink
Merge branch 'main' into automatic_import_improve_error_logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bhapas committed Sep 24, 2024
2 parents d133d7f + 8953422 commit 4894188
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 4894188

Please sign in to comment.