summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/commit_quorum.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/commit_quorum.js')
-rw-r--r--jstests/noPassthrough/commit_quorum.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/noPassthrough/commit_quorum.js b/jstests/noPassthrough/commit_quorum.js
index 82ee18f6e6a..4d02ffffcab 100644
--- a/jstests/noPassthrough/commit_quorum.js
+++ b/jstests/noPassthrough/commit_quorum.js
@@ -1,7 +1,10 @@
/**
* Tests that the commit quorum can be changed during a two-phase index build.
*
- * @tags: [requires_replication]
+ * @tags: [
+ * requires_replication,
+ * sbe_incompatible,
+ * ]
*/
(function() {
load("jstests/noPassthrough/libs/index_build.js");