diff --git a/contracts/test/v0.8/Cron.test.ts b/contracts/test/v0.8/Cron.test.ts index 2cdc7c247f9..87d81e563b9 100644 --- a/contracts/test/v0.8/Cron.test.ts +++ b/contracts/test/v0.8/Cron.test.ts @@ -68,7 +68,7 @@ describe('Cron', () => { }) describe('calculateNextTick() / calculateLastTick()', () => { - it('correctly identifies the next & last ticks for cron jobs', async () => { + it('correctly identifies the next & last ticks for cron jobs [ @skip-coverage ]', async () => { await setTimestamp(timeStamp) const now = () => moment.unix(timeStamp) const tests = [