skip flaky suite (#216570)

This commit is contained in:
Tiago Costa 2025-06-03 01:24:06 +01:00
parent 5565043213
commit e79097290b
No known key found for this signature in database
GPG key ID: 3CE7D0BA7CB85D57

View file

@ -24,7 +24,8 @@ const asAssignee = (profile: UserProfileWithAvatar): AssigneeWithProfile => ({
profile,
});
describe('SuggestUsersPopover', () => {
// FLAKY: https://github.com/elastic/kibana/issues/216570
describe.skip('SuggestUsersPopover', () => {
const defaultProps: SuggestUsersPopoverProps = {
isLoading: false,
assignedUsersWithProfiles: [],