From f92cbbcd7da72f627f95f3edbb1b62f47a850b90 Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Tue, 26 Oct 2021 13:45:24 -0700 Subject: [PATCH] skip flaky suite (#115366) --- .../cases/public/components/configure_cases/index.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/cases/public/components/configure_cases/index.test.tsx b/x-pack/plugins/cases/public/components/configure_cases/index.test.tsx index 7212a195f791..2da04e22e2ca 100644 --- a/x-pack/plugins/cases/public/components/configure_cases/index.test.tsx +++ b/x-pack/plugins/cases/public/components/configure_cases/index.test.tsx @@ -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',