summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2023-03-08 13:46:31 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-16 01:11:29 +0000
commitbc2f6b5e05cb359f62384e7e233719a92fd903e4 (patch)
treee823c0c06c1a431ccf83c7cd574e49b7f3f1451e
parent52da1e3855753389eae770d8727d63ab9fb53c38 (diff)
downloadmongo-bc2f6b5e05cb359f62384e7e233719a92fd903e4.tar.gz
SERVER-74698 Tag validate_out_of_order.js with requires_wiredtiger
-rw-r--r--jstests/noPassthrough/validate_out_of_order.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/noPassthrough/validate_out_of_order.js b/jstests/noPassthrough/validate_out_of_order.js
index 27142a71c5f..b0734b67390 100644
--- a/jstests/noPassthrough/validate_out_of_order.js
+++ b/jstests/noPassthrough/validate_out_of_order.js
@@ -1,6 +1,8 @@
/**
* Tests that out-of-order keys are detected by validation during both the collection and index scan
* phases.
+ *
+ * @tags: [requires_wiredtiger]
*/
(function() {
"use strict";