summaryrefslogtreecommitdiff
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-29 15:07:10 +0000
commit16aad2450f4af5887e688ce52b05e6bf873ac13a (patch)
treeedad6d3bc7debcd4f6168a4e960a58009f93f5d7
parente8942de372206059a8acf80a1a17b2d4b02551a2 (diff)
downloadmongo-16aad2450f4af5887e688ce52b05e6bf873ac13a.tar.gz
SERVER-64229 Disable spill_to_disk_secondary_read.js test on ephemeralForTest variants
-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";