skip failing test suite (#121482)

This commit is contained in:
Kibana Machine 2023-03-15 13:37:10 -04:00
parent e8a20bb258
commit 3dabc61726

View file

@ -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*');