From 80790bc85cdfce861deeb8669bf9f5cf065f98ca Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Fri, 1 Apr 2022 15:31:27 -0400 Subject: [PATCH] skip failing test suite (#129248) --- x-pack/test/functional_with_es_ssl/apps/cases/view_case.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional_with_es_ssl/apps/cases/view_case.ts b/x-pack/test/functional_with_es_ssl/apps/cases/view_case.ts index 8c14e7e1263ee..8fd5821ffdef1 100644 --- a/x-pack/test/functional_with_es_ssl/apps/cases/view_case.ts +++ b/x-pack/test/functional_with_es_ssl/apps/cases/view_case.ts @@ -19,7 +19,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => { const retry = getService('retry'); const comboBox = getService('comboBox'); - describe('View case', () => { + // Failing: See https://github.com/elastic/kibana/issues/129248 + describe.skip('View case', () => { describe('properties', () => { // create the case to test on before(async () => {