Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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