skip failing es promotion suite (#162586)

This commit is contained in:
Tiago Costa 2023-07-26 17:05:48 +01:00
parent 44634d6c6f
commit efeb946073
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -132,7 +132,8 @@ export default function ({ getService }: FtrProviderContext) {
.expect(200);
});
describe('post-authentication stage', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/162586
describe.skip('post-authentication stage', () => {
for (const client of ['start-contract', 'request-context', 'custom']) {
it(`expired access token should be automatically refreshed by the ${client} client`, async function () {
this.timeout(60000);