mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[7.6] Re-enable Kerberos + anonymous access test. (#55409)
This commit is contained in:
parent
1e9d5aacc8
commit
64dc134d35
1 changed files with 1 additions and 2 deletions
|
@ -344,8 +344,7 @@ export default function({ getService }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
// FAILING: https://github.com/elastic/kibana/issues/52969
|
||||
describe.skip('API access with missing access token document or expired refresh token.', () => {
|
||||
describe('API access with missing access token document or expired refresh token.', () => {
|
||||
let sessionCookie: Cookie;
|
||||
|
||||
beforeEach(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue