Skip to content

Commit

Permalink
skip failing suite (#207390)
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Jan 24, 2025
1 parent b527939 commit bfa64ed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const initialData = {
isLoading: true,
};

describe('UseInfiniteFindCaseUserActions', () => {
// Failing: See https://github.com/elastic/kibana/issues/207390
describe.skip('UseInfiniteFindCaseUserActions', () => {
const filterActionType: CaseUserActionTypeWithAll = 'all';
const sortOrder: 'asc' | 'desc' = 'asc';
const params = {
Expand Down

0 comments on commit bfa64ed

Please sign in to comment.