summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/core/apply_ops_index_collation.js (renamed from jstests/noPassthroughWithMongod/apply_ops_index_collation.js)2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/noPassthroughWithMongod/apply_ops_index_collation.js b/jstests/core/apply_ops_index_collation.js
index ed7aaa013aa..6ac326c6851 100644
--- a/jstests/noPassthroughWithMongod/apply_ops_index_collation.js
+++ b/jstests/core/apply_ops_index_collation.js
@@ -5,8 +5,6 @@
// Tests creation of indexes using applyOps for collections with a non-simple default collation.
// Indexes created through applyOps should be built exactly according to their index spec, without
// inheriting the collection default collation, since this is how the oplog entries are replicated.
-// TODO SERVER-31435: Move this test into core once applyOps with createIndexes replicates
-// correctly.
(function() {
"use strict";