skip flaky suite (#104260)

This commit is contained in:
Tyler Smalley 2021-10-26 22:30:55 -07:00
parent 306a7cb0f4
commit 910a5cae5f

View file

@ -27,7 +27,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const supertest = getService('supertest');
describe('hosts', () => {
// Failing: See https://github.com/elastic/kibana/issues/104260
describe.skip('hosts', () => {
before(() => esArchiver.load('x-pack/test/functional/es_archives/auditbeat/hosts'));
after(() => esArchiver.unload('x-pack/test/functional/es_archives/auditbeat/hosts'));