summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickey. J Winters <mickey.winters@mongodb.com>2022-04-01 17:46:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-01 19:26:09 +0000
commit4fc0b12aad91e2aae74cc98ccfa5b35262e3c4ba (patch)
tree6ff92485ae5ca30d3dd679cd3d8af181466d8b66
parentfe488bc9f33d81fbc77f179b4e77effc4f0844fc (diff)
downloadmongo-4fc0b12aad91e2aae74cc98ccfa5b35262e3c4ba.tar.gz
SERVER-64429 tag ddl_create_index_txn.js with featureFlagChangeStreamsVisibility
-rw-r--r--jstests/change_streams/ddl_create_index_txn.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/change_streams/ddl_create_index_txn.js b/jstests/change_streams/ddl_create_index_txn.js
index e5f8e186bc0..dce99f94038 100644
--- a/jstests/change_streams/ddl_create_index_txn.js
+++ b/jstests/change_streams/ddl_create_index_txn.js
@@ -5,6 +5,7 @@
* @tags: [
* uses_transactions,
* requires_majority_read_concern,
+ * featureFlagChangeStreamsVisibility,
* 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