summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIryna Zhuravlova <irene.zhuravlova@gmail.com>2022-04-05 16:45:54 -0400
committerIryna Zhuravlova <irene.zhuravlova@gmail.com>2022-04-05 16:45:54 -0400
commit6c1a28c2caab3a9f31b594e203fe2732e22fea69 (patch)
treed69263380b76ada9daca3f55a5752805cd666dae
parent91a607d3a2c748ead682c1a44d37263254de26f8 (diff)
downloadmongo-prog-5475.tar.gz
PROG-5475 Update example to include a versionprog-5475
Modified the existing example to include a version as well
-rw-r--r--etc/backports_required_for_multiversion_tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml
index 22866415c5f..b1c4c3d6486 100644
--- a/etc/backports_required_for_multiversion_tests.yml
+++ b/etc/backports_required_for_multiversion_tests.yml
@@ -9,7 +9,7 @@
# not yet been backported to the last-lts or last-continuous branch and will be excluded from the
# multiversion suite corresponding to the root level suite key.
#
-# Example:
+# Example: To prevent 'my_test_file.js' from running in the 'replica_sets_multiversion' suite with the last-continuous binary
# replica_sets_multiversion:
# - ticket: SERVER-1000
# test_file: jstests/core/my_test_file.js