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-05-27 20:58:42 +0000
commitfb3b1cdfd6dac3013c989f8dfdbb06e029ddf62c (patch)
tree3af8907f76540f00a965f7c9545100bd8d552d87
parent82369a1da427f67113324ae98f9413669173fdb1 (diff)
downloadmongo-fb3b1cdfd6dac3013c989f8dfdbb06e029ddf62c.tar.gz
SERVER-57270 Disable prepare_read_cursor_out_of_bounds.js on ephemeralForTest
-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 ef422d7fe87..3c04e51f9ec 100644
--- a/jstests/noPassthrough/prepare_read_cursor_out_of_bounds.js
+++ b/jstests/noPassthrough/prepare_read_cursor_out_of_bounds.js
@@ -12,6 +12,7 @@
*
* @tags: [
* requires_replication,
+ * uses_transactions,
* ]
*/
(function() {