Skip to content

Commit

Permalink
Re-enable idle timeout tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Sep 18, 2020
1 parent 9b7239d commit f60ba7d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ export default function ({ getService }: FtrProviderContext) {
return (await es.search({ index: '.kibana_security_session*' })).hits.total.value;
}

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

0 comments on commit f60ba7d

Please sign in to comment.