Skip to content

Commit

Permalink
skip flaky suite (#176643)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 13, 2024
1 parent 8a120eb commit c6b1c75
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { render, screen, fireEvent, waitFor } from '@testing-library/react';
import React from 'react';
import { UserToolTip } from './user_tooltip';

describe('UserToolTip', () => {
// FLAKY: https://github.com/elastic/kibana/issues/176643
describe.skip('UserToolTip', () => {
it('renders the tooltip when hovering', async () => {
const profile: UserProfileWithAvatar = {
uid: '1',
Expand Down

0 comments on commit c6b1c75

Please sign in to comment.