skip failing es promotion suite (#162581)

This commit is contained in:
Tiago Costa 2023-07-26 16:57:32 +01:00
parent cb18f5fe79
commit 708fd851a6
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -381,7 +381,7 @@ export default function ({ getService }: FtrProviderContext) {
expect(nonAjaxResponse.headers['www-authenticate']).to.be(undefined);
});
// FLAKY: https://github.com/elastic/kibana/issues/162581
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/162581
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 () {