summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/two_phase_index_build_ops_disabled_through_applyops.js
diff options
context:
space:
mode:
authorAlya Berciu <alyacarina@gmail.com>2020-12-10 13:50:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-22 00:18:14 +0000
commit000a23f59ab9c8c23f8d96a6ff5c8328d150093f (patch)
tree75ae1571971055c827906d7213d3ee15e4f7a81d /jstests/noPassthrough/two_phase_index_build_ops_disabled_through_applyops.js
parent412239ddb360a9071182f9d8a96f44b0390b5495 (diff)
downloadmongo-000a23f59ab9c8c23f8d96a6ff5c8328d150093f.tar.gz
SERVER-51970 Create feature flag for SBE
Diffstat (limited to 'jstests/noPassthrough/two_phase_index_build_ops_disabled_through_applyops.js')
-rw-r--r--jstests/noPassthrough/two_phase_index_build_ops_disabled_through_applyops.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/noPassthrough/two_phase_index_build_ops_disabled_through_applyops.js b/jstests/noPassthrough/two_phase_index_build_ops_disabled_through_applyops.js
index 5d19e39f40e..714436aae8a 100644
--- a/jstests/noPassthrough/two_phase_index_build_ops_disabled_through_applyops.js
+++ b/jstests/noPassthrough/two_phase_index_build_ops_disabled_through_applyops.js
@@ -2,7 +2,10 @@
* Ensures that oplog entries specific to two-phase index builds are not allow when run through
* applyOps.
*
- * @tags: [requires_replication]
+ * @tags: [
+ * requires_replication,
+ * sbe_incompatible,
+ * ]
*/
(function() {