Skip failing ES snapshot test (#82207)

This commit is contained in:
Brian Seeders 2020-10-30 17:53:28 -04:00
parent bb2e4c6ab5
commit 2985def251

View file

@ -18,7 +18,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const supertest = getService('supertest');
describe('Network DNS', () => {
// Failing: See https://github.com/elastic/kibana/issues/82207
describe.skip('Network DNS', () => {
describe('With packetbeat', () => {
before(() => esArchiver.load('packetbeat/dns'));
after(() => esArchiver.unload('packetbeat/dns'));