From f04b03ecd78e3be33c976bd8b101941bb57fbca5 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Fri, 16 Dec 2022 10:04:42 -0500 Subject: [PATCH] skip failing test suite (#141868) --- x-pack/test/functional/apps/api_keys/home_page.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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']);