skip flaky suite (#91360)

This commit is contained in:
Tyler Smalley 2021-04-15 22:05:14 -07:00
parent b5ae056ac4
commit 347882f01a

View file

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