skip failing test suite (#157721)

This commit is contained in:
Kibana Machine 2023-06-01 08:28:53 -04:00
parent b2f48f2d54
commit ab4181aaca

View file

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