diff --git a/src/test/frontend/worker/commands_test.cljs b/src/test/frontend/worker/commands_test.cljs index 06dffeca71..51cc48df2b 100644 --- a/src/test/frontend/worker/commands_test.cljs +++ b/src/test/frontend/worker/commands_test.cljs @@ -12,7 +12,7 @@ (def month-unit {:db/ident :logseq.property.repeat/recur-unit.month}) (def year-unit {:db/ident :logseq.property.repeat/recur-unit.year}) -(deftest ^:focus get-next-time-test +(deftest ^:large-vars/cleanup-todo get-next-time-test (let [now (t/now) one-minute-ago (t/minus now (t/minutes 1)) one-hour-ago (t/minus now (t/hours 1))