Skip to content

Commit

Permalink
Skip failing ES snapshot test (#82207)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Oct 30, 2020
1 parent 71b5ec1 commit 8998e8f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit 8998e8f

Please sign in to comment.