Skip to content

Commit 70ae265

Browse files
ryzhebokajamesrdi
authored andcommitted
Closes Taskana#2412 - Fix flaky job tests by disabling scheduler in tests
1 parent 7df75ae commit 70ae265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/taskana-core/src/test/resources/taskana.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ taskana.workingTime.schedule.FRIDAY=00:00-00:00
3333
taskana.workingTime.timezone=UTC
3434
# enable or disable the jobscheduler at all
3535
# set it to false and no jobs are running
36-
taskana.jobs.scheduler.enabled=true
36+
taskana.jobs.scheduler.enabled=false
3737
# wait time before the first job run
3838
taskana.jobs.scheduler.initialStartDelay=0
3939
# sleeping time befor the next job runs

0 commit comments

Comments
 (0)