fix skip failing test suite (#171600)

This commit is contained in:
Jonathan Budzenski 2024-09-26 09:40:53 -05:00
parent 906b25c211
commit ef7048f61a

View file

@ -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,