mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#131192)
This commit is contained in:
parent
381fda5955
commit
66894cd62a
1 changed files with 2 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue