mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#91360)
This commit is contained in:
parent
b5ae056ac4
commit
347882f01a
1 changed files with 2 additions and 1 deletions
|
@ -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'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue