disable test around daily cutoff time

This commit is contained in:
Damien Elmes 2019-12-25 13:43:08 +10:00
parent 94485f36ae
commit 40b5051a92

View File

@ -705,6 +705,9 @@ def test_filt_reviewing_early_normal():
def test_filt_keep_lrn_state():
d = getEmptyCol()
if (d.sched.dayCutoff - time.time()) < 60*60*3:
print("test_filt_keep_lrn_state disabled due to time of day")
return
f = d.newNote()
f['Front'] = "one"