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 () => {