Skip to content

Commit

Permalink
[ci] fix typo in hoverable_avatar.test.tsx (elastic#208566)
Browse files Browse the repository at this point in the history
## Summary
Fixes an erroneous commit from
elastic#207406
  • Loading branch information
delanni authored Jan 28, 2025
1 parent fdd3849 commit 6362048
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { userProfiles } from '../../containers/user_profiles/api.mock';
import { HoverableAvatar } from './hoverable_avatar';

// Failing: See https://github.com/elastic/kibana/issues/207406
describe.test('HoverableAvatar', () => {
describe.skip('HoverableAvatar', () => {
it('renders the avatar', async () => {
render(<HoverableAvatar userInfo={userProfiles[0]} />);

Expand Down

0 comments on commit 6362048

Please sign in to comment.