Skip to content

Commit

Permalink
skip flaky suite (#148515)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 9, 2023
1 parent c727fa2 commit fd9d467
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit fd9d467

Please sign in to comment.