Skip to content

Commit

Permalink
[QOLSVC-978] clear job queues after each scenario test
Browse files Browse the repository at this point in the history
- Lingering jobs can delay further ones and cause test failures
  • Loading branch information
ThrawnCA committed Sep 14, 2023
1 parent 7edb48f commit fd16006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/features/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,5 @@ def before_scenario(context, scenario):


def after_scenario(context, scenario):
os.system("ckan_cli jobs clear")
benv.after_scenario(context, scenario)

0 comments on commit fd16006

Please sign in to comment.