mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[7.x] Re-enable Kerberos + anonymous access test. (#55407)
This commit is contained in:
parent
cc452ed4bb
commit
0c62eba3b7
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