Skip to content

Commit

Permalink
Skip failing test (#115366)
Browse files Browse the repository at this point in the history
#115366

Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley committed Oct 27, 2021
1 parent 82caede commit 01292ce
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ const useCaseConfigureMock = useCaseConfigure as jest.Mock;
const useGetUrlSearchMock = jest.fn();
const useActionTypesMock = useActionTypes as jest.Mock;

// Failing: See https://github.com/elastic/kibana/issues/115366
describe.skip('ConfigureCases', () => {
describe('ConfigureCases', () => {
beforeAll(() => {
useKibanaMock().services.triggersActionsUi.actionTypeRegistry.get = jest.fn().mockReturnValue({
actionTypeTitle: '.servicenow',
Expand Down Expand Up @@ -454,7 +453,8 @@ describe.skip('ConfigureCases', () => {
});
});

describe('closure options', () => {
// Failing: See https://github.com/elastic/kibana/issues/115366
describe.skip('closure options', () => {
let wrapper: ReactWrapper;
let persistCaseConfigure: jest.Mock;

Expand Down

0 comments on commit 01292ce

Please sign in to comment.