summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/hybrid_unique_index_with_updates.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/hybrid_unique_index_with_updates.js')
-rw-r--r--jstests/noPassthrough/hybrid_unique_index_with_updates.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/jstests/noPassthrough/hybrid_unique_index_with_updates.js b/jstests/noPassthrough/hybrid_unique_index_with_updates.js
index 38a83b30a37..9ca74c3a33d 100644
--- a/jstests/noPassthrough/hybrid_unique_index_with_updates.js
+++ b/jstests/noPassthrough/hybrid_unique_index_with_updates.js
@@ -3,7 +3,11 @@
* of hybrid unique index builds. This test inserts a duplicate document at different phases of an
* index build to confirm that the resulting behavior is failure.
*
- * @tags: [requires_document_locking, requires_replication]
+ * @tags: [
+ * requires_document_locking,
+ * requires_replication,
+ * two_phase_index_builds_unsupported,
+ * ]
*/
(function() {
"use strict";