Skip to content

Commit f60ba7d

Browse files
committed
Re-enable idle timeout tests.
1 parent 9b7239d commit f60ba7d

File tree

1 file changed

+1
-2
lines changed
  • x-pack/test/security_api_integration/tests/session_idle

1 file changed

+1
-2
lines changed

x-pack/test/security_api_integration/tests/session_idle/cleanup.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ export default function ({ getService }: FtrProviderContext) {
3333
return (await es.search({ index: '.kibana_security_session*' })).hits.total.value;
3434
}
3535

36-
// FLAKY: https://github.com/elastic/kibana/issues/76239
37-
describe.skip('Session Idle cleanup', () => {
36+
describe('Session Idle cleanup', () => {
3837
beforeEach(async () => {
3938
await es.cluster.health({ index: '.kibana_security_session*', waitForStatus: 'green' });
4039
await es.indices.delete({

0 commit comments

Comments
 (0)