Bug 1384629: omit schema={} for run-missing-tests; r=bstack

MozReview-Commit-ID: EtBqyvOzFs2

--HG--
extra : rebase_source : 04b73c34c65a9f2d97e2c02db53102a614fc0dd4
This commit is contained in:
Dustin J. Mitchell 2017-07-26 16:11:56 +00:00
parent 95d3464484
commit 19f75a179d

View File

@ -30,7 +30,6 @@ logger = logging.getLogger(__name__)
""",
order=100, # Useful for sheriffs, but not top of the list
context=[], # Applies to any task
schema={},
)
def run_missing_tests(parameters, input, task_group_id, task_id, task):
decision_task_id = find_decision_task(parameters)