summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bradford <david.bradford@mongodb.com>2020-06-15 15:15:40 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-15 20:23:43 +0000
commit97631cdd42360d4a2d07941ae989a0047707914e (patch)
tree909459c8521664be4e2f4fc1724c1ba29aae5d5a
parentb4a4fa2baa5f2367b12123f2933817298ff1142e (diff)
downloadmongo-97631cdd42360d4a2d07941ae989a0047707914e.tar.gz
SERVER-47493: Remove completed TODO
-rw-r--r--buildscripts/burn_in_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/burn_in_tests.py b/buildscripts/burn_in_tests.py
index c7769ff4366..39b98947dd9 100644
--- a/buildscripts/burn_in_tests.py
+++ b/buildscripts/burn_in_tests.py
@@ -531,7 +531,6 @@ def _create_task(index: int, test_count: int, test: str, task_data: Dict,
:param task_prefix: String to prefix generated task with.
:return: Shrub task for given configuration.
"""
- # TODO: Extract multiversion related code into separate tooling - SERVER-47137
multiversion_path = task_data.get("use_multiversion")
display_task_name = task_data["display_task_name"]
resmoke_args = task_data["resmoke_args"]