mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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
This commit is contained in:
parent
d925391b90
commit
8953422855
1 changed files with 2 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue