summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2022-03-31 04:15:28 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-31 04:45:17 +0000
commit515ccf31288d759e1c82c59b789b3f8520622aba (patch)
treee616ca9bc044909455d8cdf1570ce9367838e989
parent0bff6fd1ea45fa40010ef279a88ad2140543d7ea (diff)
downloadmongo-515ccf31288d759e1c82c59b789b3f8520622aba.tar.gz
SERVER-64429 Fix tags in test
-rw-r--r--jstests/change_streams/ddl_create_index_txn.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/change_streams/ddl_create_index_txn.js b/jstests/change_streams/ddl_create_index_txn.js
index 303f9b079ce..e5f8e186bc0 100644
--- a/jstests/change_streams/ddl_create_index_txn.js
+++ b/jstests/change_streams/ddl_create_index_txn.js
@@ -5,7 +5,7 @@
* @tags: [
* uses_transactions,
* requires_majority_read_concern,
- * requires_fcv_60
+ * requires_fcv_60,
* # In order to run this test with sharding we would have to create a transaction that creates
* # the collection, shards it, and then creates the index. however sharding a collection in a
* # transaction is not allowed and creating an index in a transaction on a collection that was