Skip to content

Commit

Permalink
skip failing test suite (#121482)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Mar 15, 2023
1 parent e8a20bb commit 3dabc61
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ export default function ({ getService }: FtrProviderContext) {
return cookie;
}

describe('Session Idle cleanup', () => {
// Failing: See 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*');
Expand Down

0 comments on commit 3dabc61

Please sign in to comment.