Skip to content

Commit

Permalink
fix skip failing test suite (elastic#171600)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 26, 2024
1 parent 6cdae59 commit 7bee881
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7bee881

Please sign in to comment.