Skip to content

Commit

Permalink
skip failing test suite (#131192)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 1, 2022
1 parent 7d77d39 commit bbcdf50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/server_integration/http/ssl_redirect/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
export default function ({ getService }) {
const supertest = getService('supertest');

// Failing: See https://github.com/elastic/kibana/issues/131192
// 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 () => {
Expand Down

0 comments on commit bbcdf50

Please sign in to comment.