summaryrefslogtreecommitdiff
path: root/jstests/core/index_sparse1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/index_sparse1.js')
-rw-r--r--jstests/core/index_sparse1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/index_sparse1.js b/jstests/core/index_sparse1.js
index 49decd3783c..9322415e04e 100644
--- a/jstests/core/index_sparse1.js
+++ b/jstests/core/index_sparse1.js
@@ -1,6 +1,6 @@
// Cannot implicitly shard accessed collections because of extra shard key index in sharded
// collection.
-// @tags: [assumes_no_implicit_index_creation]
+// @tags: [assumes_no_implicit_index_creation, requires_non_retryable_writes]
t = db.index_sparse1;
t.drop();