diff options
author | Alya Berciu <alyacarina@gmail.com> | 2020-12-10 13:50:14 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-01-22 00:18:14 +0000 |
commit | 000a23f59ab9c8c23f8d96a6ff5c8328d150093f (patch) | |
tree | 75ae1571971055c827906d7213d3ee15e4f7a81d /jstests/noPassthrough/transaction_reaper.js | |
parent | 412239ddb360a9071182f9d8a96f44b0390b5495 (diff) | |
download | mongo-000a23f59ab9c8c23f8d96a6ff5c8328d150093f.tar.gz |
SERVER-51970 Create feature flag for SBE
Diffstat (limited to 'jstests/noPassthrough/transaction_reaper.js')
-rw-r--r-- | jstests/noPassthrough/transaction_reaper.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jstests/noPassthrough/transaction_reaper.js b/jstests/noPassthrough/transaction_reaper.js index 58198741da9..fc710f26c7f 100644 --- a/jstests/noPassthrough/transaction_reaper.js +++ b/jstests/noPassthrough/transaction_reaper.js @@ -1,4 +1,8 @@ -// @tags: [requires_replication, requires_sharding] +// @tags: [ +// requires_replication, +// requires_sharding, +// sbe_incompatible, +// ] (function() { 'use strict'; |