Skip to content

Commit

Permalink
skip coverage on long cron contract test (#12400)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanRHall authored Mar 12, 2024
1 parent 8626f1b commit 2c624fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/v0.8/Cron.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 2c624fe

Please sign in to comment.