diff --git a/x-pack/test/functional/apps/api_keys/home_page.ts b/x-pack/test/functional/apps/api_keys/home_page.ts index 4813115bf9072..c984f58dc6cc1 100644 --- a/x-pack/test/functional/apps/api_keys/home_page.ts +++ b/x-pack/test/functional/apps/api_keys/home_page.ts @@ -37,7 +37,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { }, }; - describe('Home page', function () { + // Failing: See https://github.com/elastic/kibana/issues/141868 + describe.skip('Home page', function () { before(async () => { await clearAllApiKeys(es, log); await security.testUser.setRoles(['kibana_admin']);