Skip to content

Commit

Permalink
Re-enable Kerberos + anonymous access test. (#55377)
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Jan 21, 2020
1 parent 6feabcd commit be31198
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 be31198

Please sign in to comment.