mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
disabled failing test
https://github.com/elastic/kibana/issues/35922 Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
8ebd561749
commit
ae4fa1d0cb
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue