Skip to content

Commit

Permalink
skip flaky suite (#115366)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Oct 26, 2021
1 parent b13b398 commit bd0d5c7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const useCaseConfigureMock = useCaseConfigure as jest.Mock;
const useGetUrlSearchMock = jest.fn();
const useActionTypesMock = useActionTypes as jest.Mock;

describe('ConfigureCases', () => {
// Failing: See https://github.com/elastic/kibana/issues/115366
describe.skip('ConfigureCases', () => {
beforeAll(() => {
useKibanaMock().services.triggersActionsUi.actionTypeRegistry.get = jest.fn().mockReturnValue({
actionTypeTitle: '.servicenow',
Expand Down

0 comments on commit bd0d5c7

Please sign in to comment.