mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Skip failing ES snapshot test (#82207)
This commit is contained in:
parent
bb2e4c6ab5
commit
2985def251
1 changed files with 2 additions and 1 deletions
|
@ -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'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue