Skip to content

Commit

Permalink
[7.x] Re-enable Kerberos + anonymous access test. (#55407)
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin authored Jan 21, 2020
1 parent cc452ed commit 0c62eba
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 0c62eba

Please sign in to comment.