summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2021-05-27 18:30:48 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-21 13:49:37 +0000
commitaa5a22c3ddecae2058b5f74e2ae9cc7d405efe7a (patch)
treeed162d18fecd721e18787b1ce1527f85d9a551a3
parentdc9ec40e350511d6f74b299cbf52b38609a5c947 (diff)
downloadmongo-aa5a22c3ddecae2058b5f74e2ae9cc7d405efe7a.tar.gz
SERVER-57270 Disable prepare_read_cursor_out_of_bounds.js on ephemeralForTest
(cherry picked from commit fb3b1cdfd6dac3013c989f8dfdbb06e029ddf62c)
-rw-r--r--jstests/noPassthrough/prepare_read_cursor_out_of_bounds.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/prepare_read_cursor_out_of_bounds.js b/jstests/noPassthrough/prepare_read_cursor_out_of_bounds.js
index cbdfa6e5128..aa108f4f471 100644
--- a/jstests/noPassthrough/prepare_read_cursor_out_of_bounds.js
+++ b/jstests/noPassthrough/prepare_read_cursor_out_of_bounds.js
@@ -13,6 +13,7 @@
* @tags: [
* requires_replication,
* uses_prepare_transaction,
+ * uses_transactions,
* ]
*/
(function() {