summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough
diff options
context:
space:
mode:
authorEric Cox <eric.cox@mongodb.com>2022-03-07 14:56:16 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-07 15:23:50 +0000
commit50c2defad78369ce8797d71c9776361a901652cb (patch)
tree8371520380f135fa01ca2cefe0f23a410a4ddfe3 /jstests/noPassthrough
parent314e5ebccb83b2ebb50b2c75ebbbb95e5ef871db (diff)
downloadmongo-50c2defad78369ce8797d71c9776361a901652cb.tar.gz
SERVER-64229 Disable spill_to_disk_secondary_read.js test on ephemeralForTest variants
Diffstat (limited to 'jstests/noPassthrough')
-rw-r--r--jstests/noPassthrough/spill_to_disk_secondary_read.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/spill_to_disk_secondary_read.js b/jstests/noPassthrough/spill_to_disk_secondary_read.js
index 68db95fda66..49b8e9f2aa9 100644
--- a/jstests/noPassthrough/spill_to_disk_secondary_read.js
+++ b/jstests/noPassthrough/spill_to_disk_secondary_read.js
@@ -1,7 +1,7 @@
/*
* Test that $group and $setWindowFields spill to the WT RecordStore on secondaries with
* writeConcern greater than w:1.
- * @tags: [requires_replication]
+ * @tags: [requires_replication, requires_majority_read_concern]
*/
(function() {
"use strict";