skip failing test suite (#162221)

This commit is contained in:
Kibana Machine 2023-07-19 07:06:31 -04:00
parent 734c1e1528
commit 85c85e90f9

View file

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