Skip to content

Commit

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

Please sign in to comment.