summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/hybrid_unique_index_with_updates.js
diff options
context:
space:
mode:
authorLouis Williams <louis.williams@mongodb.com>2019-09-26 17:48:44 +0000
committerevergreen <evergreen@mongodb.com>2019-09-26 17:48:44 +0000
commit4aba52c9eba9f02431a3a9ee7f8b80f7078350a5 (patch)
tree08e6b6a80f287f1093c63a6f08bddd8a6c1e2827 /jstests/noPassthrough/hybrid_unique_index_with_updates.js
parent3197ace779d6e0f023bff9e39bd80e17e3c4790d (diff)
downloadmongo-4aba52c9eba9f02431a3a9ee7f8b80f7078350a5.tar.gz
SERVER-43301 Enable no_passthrough suite for two-phase index builds
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";