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 38dbc575ae494..d798dde84b77a 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();