In order to avoid running integration tests while scheduled tasks are running, e.g. testing snapshot task while a schedule snapshot task is running, we need to introduce more unschedule/schedule tasks for all those scheduled jobs.
The idea is that the tests should unschedule all of those jobs before running the tests, and then rescheduling the jobs after the tests.
In order to avoid running integration tests while scheduled tasks are running, e.g. testing snapshot task while a schedule snapshot task is running, we need to introduce more unschedule/schedule tasks for all those scheduled jobs.
The idea is that the tests should unschedule all of those jobs before running the tests, and then rescheduling the jobs after the tests.