From fe623b55229ac1ccd51c3d4478194a2799c46fb5 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Tue, 10 Oct 2023 16:45:55 +0100 Subject: [PATCH] skip flaky suite (#168148) --- .../test/functional_with_es_ssl/apps/cases/group2/list_view.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional_with_es_ssl/apps/cases/group2/list_view.ts b/x-pack/test/functional_with_es_ssl/apps/cases/group2/list_view.ts index 38dbc575ae49..d798dde84b77 100644 --- a/x-pack/test/functional_with_es_ssl/apps/cases/group2/list_view.ts +++ b/x-pack/test/functional_with_es_ssl/apps/cases/group2/list_view.ts @@ -634,7 +634,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => { }); }); - describe('Delete', () => { + // FLAKY: https://github.com/elastic/kibana/issues/168148 + describe.skip('Delete', () => { before(async () => { await cases.api.createNthRandomCases(1); await header.waitUntilLoadingHasFinished();