describe('run flaky afterEach hooks', () => {
        afterEach(() => {
            retryCnt = 2
        })