mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
skip flaky suite (#216570)
This commit is contained in:
parent
5565043213
commit
e79097290b
1 changed files with 2 additions and 1 deletions
|
@ -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: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue