mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#213408)
This commit is contained in:
parent
d545d379cd
commit
eb653d2023
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue