Skip to content

Commit

Permalink
removed test weekday alone since feature is not allowed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Pricing Assistant committed Aug 3, 2016
1 parent f847a2f commit 5b1e671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def test_scheduler_dailytime(worker, p_flags):
assert collection.find({"params.b": "test"}).count() == 2


@pytest.mark.skipif("True") # patch disabling weekday alone
def test_scheduler_weekday(worker):
# Task is scheduled in 3 seconds
worker.start(
Expand Down

0 comments on commit 5b1e671

Please sign in to comment.