Skip to content

Commit 5b1e671

Browse files
author
Pricing Assistant
committed
removed test weekday alone since feature is not allowed anymore
1 parent f847a2f commit 5b1e671

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_scheduler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def test_scheduler_dailytime(worker, p_flags):
9191
assert collection.find({"params.b": "test"}).count() == 2
9292

9393

94+
@pytest.mark.skipif("True") # patch disabling weekday alone
9495
def test_scheduler_weekday(worker):
9596
# Task is scheduled in 3 seconds
9697
worker.start(

0 commit comments

Comments
 (0)