skip suite failing es promotion (#138784)

This commit is contained in:
Tiago Costa 2022-08-14 14:55:43 +01:00
parent fba3df536f
commit c54d91f1a4
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -42,7 +42,8 @@ export default function ({ getService }: FtrProviderContext) {
expect(cookie.maxAge).to.be(0);
}
describe('PKI authentication', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/138784
describe.skip('PKI authentication', () => {
before(async () => {
await getService('esSupertest')
.post('/_security/role_mapping/first_client_pki')