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