skip flaky suite (#76223)

This commit is contained in:
spalger 2020-08-27 23:01:53 -07:00
parent b1cb8b8c7f
commit f078672c54

View file

@ -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({