mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#152260)
This commit is contained in:
parent
3dabc61726
commit
fc9a63118c
1 changed files with 1 additions and 0 deletions
|
@ -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' });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue