## Summary
Manually skipping unit test that's flaky:
https://github.com/elastic/kibana/issues/193209
This commit is contained in:
Alex Szabo 2024-09-24 15:36:13 +02:00 committed by GitHub
parent d925391b90
commit 8953422855
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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({