summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2023-02-17 13:58:17 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-17 00:12:19 +0000
commit4bf05dc66d1a7b64e2100508a0814849772e7999 (patch)
treea3a3a3f9ca0878ae63d2e1a13300fd0a54deadfc
parentb399b1eef6606fd3f3f0a4e28ccb405fcfec4e41 (diff)
downloadmongo-4bf05dc66d1a7b64e2100508a0814849772e7999.tar.gz
SERVER-74137 Tag validate_out_of_order.js with requires_replication
(cherry picked from commit 77038e7a22239363aec62aa0723410395239ab73)
-rw-r--r--jstests/noPassthrough/validate_out_of_order.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/noPassthrough/validate_out_of_order.js b/jstests/noPassthrough/validate_out_of_order.js
index fe3607047cf..f7e4fd7a975 100644
--- a/jstests/noPassthrough/validate_out_of_order.js
+++ b/jstests/noPassthrough/validate_out_of_order.js
@@ -2,7 +2,10 @@
* Tests that out-of-order keys are detected by validation during both the collection and index scan
* phases.
*
- * @tags: [requires_wiredtiger]
+ * @tags: [
+ * requires_replication,
+ * requires_wiredtiger
+ * ]
*/
(function() {
"use strict";