skip failing es promotion suite (#162583)

This commit is contained in:
Tiago Costa 2023-07-26 16:56:11 +01:00
parent 34e6997432
commit cb18f5fe79
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -542,7 +542,8 @@ export default function ({ getService }: FtrProviderContext) {
.expect(200);
});
describe('post-authentication stage', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/162583
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);