skip failing test suite (#131192)

This commit is contained in:
Kibana Machine 2022-11-01 08:42:44 -04:00
parent 381fda5955
commit 66894cd62a

View file

@ -9,7 +9,8 @@
export default function ({ getService }) {
const supertest = getService('supertest');
describe('kibana server with ssl', () => {
// Failing: See https://github.com/elastic/kibana/issues/131192
describe.skip('kibana server with ssl', () => {
it('redirects http requests at redirect port to https', async () => {
const host = process.env.TEST_KIBANA_HOST || 'localhost';
const port = process.env.TEST_KIBANA_PORT || '5620';