From d95ae3e1775f55f518e40842ba6dd7da01f14d2e Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Thu, 14 Mar 2024 17:03:04 +0000 Subject: [PATCH] skip flaky suite (#178690) --- .../apps/cases/group2/attachment_framework.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional_with_es_ssl/apps/cases/group2/attachment_framework.ts b/x-pack/test/functional_with_es_ssl/apps/cases/group2/attachment_framework.ts index 9c1c5395f667a..a8949fc849812 100644 --- a/x-pack/test/functional_with_es_ssl/apps/cases/group2/attachment_framework.ts +++ b/x-pack/test/functional_with_es_ssl/apps/cases/group2/attachment_framework.ts @@ -262,7 +262,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => { }); }); - describe('Modal', () => { + // FLAKY: https://github.com/elastic/kibana/issues/178690 + describe.skip('Modal', () => { const createdCases = new Map(); const openModal = async () => {