mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#121482)
This commit is contained in:
parent
e8a20bb258
commit
3dabc61726
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
return cookie;
|
||||
}
|
||||
|
||||
describe('Session Idle cleanup', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/121482
|
||||
describe.skip('Session Idle cleanup', () => {
|
||||
beforeEach(async () => {
|
||||
await es.cluster.health({ index: '.kibana_security_session*', wait_for_status: 'green' });
|
||||
await esDeleteAllIndices('.kibana_security_session*');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue