skip failing test suite (#161514)

This commit is contained in:
Kibana Machine 2023-07-11 10:41:32 -04:00
parent 9b6ad7280d
commit 32b06938be

View file

@ -154,7 +154,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
return !!currentUrl.match(path);
});
describe('Hosts View', function () {
// Failing: See https://github.com/elastic/kibana/issues/161514
describe.skip('Hosts View', function () {
before(async () => {
await Promise.all([
esArchiver.load('x-pack/test/functional/es_archives/infra/alerts'),