mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Skip failing test (#115366)
https://github.com/elastic/kibana/issues/115366 Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
82caede4fa
commit
01292cec67
1 changed files with 3 additions and 3 deletions
|
@ -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',
|
||||
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue