[7.x] Re-enable Kerberos + anonymous access test. (#55407)

This commit is contained in:
Aleh Zasypkin 2020-01-21 21:26:59 +01:00 committed by GitHub
parent cc452ed4bb
commit 0c62eba3b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 () => {