From 89534228550b72312a8433d840f5cb3488346e0f Mon Sep 17 00:00:00 2001 From: Alex Szabo Date: Tue, 24 Sep 2024 15:36:13 +0200 Subject: [PATCH] [test] skip flaky unit test: https://github.com/elastic/kibana/issues/193209 (#193872) ## Summary Manually skipping unit test that's flaky: https://github.com/elastic/kibana/issues/193209 --- x-pack/plugins/cases/public/components/links/index.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/cases/public/components/links/index.test.tsx b/x-pack/plugins/cases/public/components/links/index.test.tsx index 365502f5c02c1..5c450edc39d8a 100644 --- a/x-pack/plugins/cases/public/components/links/index.test.tsx +++ b/x-pack/plugins/cases/public/components/links/index.test.tsx @@ -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({