Skip to content

Commit

Permalink
Merge branch 'master' into lens_reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Sep 18, 2020
2 parents 01d0f16 + 6122610 commit f38fb58
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export default function ({ getService }: FtrProviderContext) {
return (await es.search({ index: '.kibana_security_session*' })).hits.total.value;
}

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

0 comments on commit f38fb58

Please sign in to comment.