skip failing es promotion suite (#162584)

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

View file

@ -443,7 +443,8 @@ export default function ({ getService }: FtrProviderContext) {
});
});
describe('API access with expired access token.', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/162584
describe.skip('API access with expired access token.', () => {
let sessionCookie: Cookie;
beforeEach(async function () {