skip failing test suite (#152260)

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

View file

@ -80,6 +80,7 @@ export default function ({ getService }: FtrProviderContext) {
}
// Failing: See https://github.com/elastic/kibana/issues/121482
// Failing: See https://github.com/elastic/kibana/issues/152260
describe.skip('Session Idle cleanup', () => {
beforeEach(async () => {
await es.cluster.health({ index: '.kibana_security_session*', wait_for_status: 'green' });