[7.6] Re-enable Kerberos + anonymous access test. (#55409)

This commit is contained in:
Aleh Zasypkin 2020-01-21 21:28:16 +01:00 committed by GitHub
parent 1e9d5aacc8
commit 64dc134d35
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 () => {