Skip to content

Commit

Permalink
skip flaky suite (elastic#76239)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 18, 2020
1 parent 12e614d commit 6122610
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 6122610

Please sign in to comment.