Skip to content

Commit

Permalink
skip flaky suite. #139676
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 4, 2022
1 parent cdd54ea commit e6b0ccd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ const useGetActionLicenseMock = useGetActionLicense as jest.Mock;
const useGetCurrentUserProfileMock = useGetCurrentUserProfile as jest.Mock;
const useBulkGetUserProfilesMock = useBulkGetUserProfiles as jest.Mock;

describe('AllCases', () => {
// FLAKY: https://github.com/elastic/kibana/issues/139676
describe.skip('AllCases', () => {
const refetchCases = jest.fn();
const setFilters = jest.fn();
const setQueryParams = jest.fn();
Expand Down

0 comments on commit e6b0ccd

Please sign in to comment.