From ca0c9bd2a05cbfc8df72980ccc34f34c5cc1815a Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Wed, 31 May 2023 12:26:30 -0400 Subject: [PATCH] skip failing test suite (#157721) --- x-pack/test/functional/apps/infra/hosts_view.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/infra/hosts_view.ts b/x-pack/test/functional/apps/infra/hosts_view.ts index ca47b6df31293..b2755359144f9 100644 --- a/x-pack/test/functional/apps/infra/hosts_view.ts +++ b/x-pack/test/functional/apps/infra/hosts_view.ts @@ -146,7 +146,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { security.user.delete('global_hosts_read_privileges_user'), ]); - describe('Hosts View', function () { + // Failing: See https://github.com/elastic/kibana/issues/157721 + describe.skip('Hosts View', function () { this.tags('includeFirefox'); before(async () => {