mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing es promotion suite (#162586)
This commit is contained in:
parent
44634d6c6f
commit
efeb946073
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue