disabled failing test

https://github.com/elastic/kibana/issues/35922

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2019-05-01 21:59:00 -07:00
parent 8ebd561749
commit ae4fa1d0cb

View file

@ -128,7 +128,7 @@ export default function ({ getService }) {
let sessionCookie;
beforeEach(async () => sessionCookie = await createSessionCookie());
it('should clear cookie and redirect to login', async function () {
it.skip('should clear cookie and redirect to login', async function () {
// Let's delete tokens from `.security` index directly to simulate the case when
// Elasticsearch automatically removes access/refresh token document from the index
// after some period of time.