Skip to content

Commit

Permalink
chore: skip test to verify
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Dec 4, 2024
1 parent 73b8e33 commit f7b2199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_job_scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ describe('Job Scheduler', function () {
});
});

it('should repeat 7:th day every month at 9:25', async function () {
it.skip('should repeat 7:th day every month at 9:25', async function () {
this.timeout(8000);

const date = new Date('2017-02-02 7:21:42');
Expand Down

0 comments on commit f7b2199

Please sign in to comment.