mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
fix skip failing test suite (#171600)
This commit is contained in:
parent
906b25c211
commit
ef7048f61a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const asAssignee = (profile: UserProfileWithAvatar): AssigneeWithProfile => ({
|
|||
});
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/171600
|
||||
describe.skip'SuggestUsersPopover', () => {
|
||||
describe.skip('SuggestUsersPopover', () => {
|
||||
let appMockRender: AppMockRenderer;
|
||||
const defaultProps: SuggestUsersPopoverProps = {
|
||||
isLoading: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue