mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#148515)
This commit is contained in:
parent
631a12ba3c
commit
bf3b9f0698
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', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/148515
|
||||
describe.skip('kibana server with ssl', () => {
|
||||
it('handles requests using ssl with a P12 keystore that uses an intermediate CA', async () => {
|
||||
await supertest.get('/').expect(302);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue