From 6984ff1bb64a4d9c4b08103b1edebbdbd4585b15 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:06:14 -0500 Subject: [PATCH] skip failing test suite (#157588) --- .../security_and_spaces/tests/trial/cases/push_case.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/cases_api_integration/security_and_spaces/tests/trial/cases/push_case.ts b/x-pack/test/cases_api_integration/security_and_spaces/tests/trial/cases/push_case.ts index 67b501a784462..8d02f2a064df7 100644 --- a/x-pack/test/cases_api_integration/security_and_spaces/tests/trial/cases/push_case.ts +++ b/x-pack/test/cases_api_integration/security_and_spaces/tests/trial/cases/push_case.ts @@ -72,7 +72,8 @@ export default ({ getService }: FtrProviderContext): void => { const esArchiver = getService('esArchiver'); const security = getService('security'); - describe('push_case', () => { + // Failing: See https://github.com/elastic/kibana/issues/157588 + describe.skip('push_case', () => { describe('incident recorder server', () => { const actionsRemover = new ActionsRemover(supertest); let serviceNowSimulatorURL: string = '';