Skip to content

Commit

Permalink
skip flaky suite (#121482)
Browse files Browse the repository at this point in the history
mistic committed Mar 10, 2022
1 parent 298c115 commit 25d6e64
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -76,7 +76,8 @@ export default function ({ getService }: FtrProviderContext) {
return cookie;
}

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

0 comments on commit 25d6e64

Please sign in to comment.