skip flaky suite (#213408)

This commit is contained in:
Tiago Costa 2025-03-11 17:34:47 +00:00
parent d545d379cd
commit eb653d2023
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -11,7 +11,8 @@ import userEvent from '@testing-library/user-event';
import React from 'react';
import { UserToolTip } from './user_tooltip';
describe('UserToolTip', () => {
// FLAKY: https://github.com/elastic/kibana/issues/213408
describe.skip('UserToolTip', () => {
it('renders the tooltip when hovering', async () => {
const profile: UserProfileWithAvatar = {
uid: '1',