describe('run flaky (failed expectation) beforeAll hooks', () => {
        let retryCnt
        beforeAll(() => {
            retryCnt = 2
        })