skip failing suite (#52969)

This commit is contained in:
spalger 2019-12-12 18:12:44 -07:00
parent 5fa9b1f0cc
commit f634877b62

View file

@ -344,7 +344,8 @@ export default function({ getService }: FtrProviderContext) {
});
});
describe('API access with missing access token document or expired refresh token.', () => {
// FAILING: https://github.com/elastic/kibana/issues/52969
describe.skip('API access with missing access token document or expired refresh token.', () => {
let sessionCookie: Cookie;
beforeEach(async () => {