We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7239d commit f60ba7dCopy full SHA for f60ba7d
x-pack/test/security_api_integration/tests/session_idle/cleanup.ts
@@ -33,8 +33,7 @@ export default function ({ getService }: FtrProviderContext) {
33
return (await es.search({ index: '.kibana_security_session*' })).hits.total.value;
34
}
35
36
- // FLAKY: https://github.com/elastic/kibana/issues/76239
37
- describe.skip('Session Idle cleanup', () => {
+ describe('Session Idle cleanup', () => {
38
beforeEach(async () => {
39
await es.cluster.health({ index: '.kibana_security_session*', waitForStatus: 'green' });
40
await es.indices.delete({
0 commit comments