Skip to content

Commit

Permalink
skip flaky suite (#76223)
Browse files Browse the repository at this point in the history
(cherry picked from commit f078672)
  • Loading branch information
spalger committed Aug 28, 2020
1 parent a7b22d0 commit 22e872e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export default function ({ getService }: FtrProviderContext) {
return (await es.search({ index: '.kibana_security_session*' })).hits.total.value;
}

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

0 comments on commit 22e872e

Please sign in to comment.