unskip tls integration test (#97597)

This commit is contained in:
Angela Chuang 2021-04-20 12:51:21 +01:00 committed by GitHub
parent 37ea80d6fa
commit f8a3ea64e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,8 +84,7 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const supertest = getService('supertest');
// Failing: See https://github.com/elastic/kibana/issues/91360
describe.skip('Tls Test with Packetbeat', () => {
describe('Tls Test with Packetbeat', () => {
describe('Tls Test', () => {
before(() => esArchiver.load('packetbeat/tls'));
after(() => esArchiver.unload('packetbeat/tls'));