summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorjannaerin <golden.janna@gmail.com>2022-03-18 18:21:13 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-18 18:57:37 +0000
commit5aabc2abe84e31aa4801aee70a9c3df7345378cc (patch)
treed44952a733232037cd31291730c26d8a456455d2 /jstests
parentced52b36742877ade00317d7d1cef618dd3e8861 (diff)
downloadmongo-5aabc2abe84e31aa4801aee70a9c3df7345378cc.tar.gz
SERVER-64640 Exclude timeseries_internal_bounded_sort_overflow.js from talk_directly_to_shardsvrs_jscore_passthrough
Diffstat (limited to 'jstests')
-rw-r--r--jstests/core/timeseries/timeseries_internal_bounded_sort_overflow.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/timeseries/timeseries_internal_bounded_sort_overflow.js b/jstests/core/timeseries/timeseries_internal_bounded_sort_overflow.js
index 2c719942148..98911651c76 100644
--- a/jstests/core/timeseries/timeseries_internal_bounded_sort_overflow.js
+++ b/jstests/core/timeseries/timeseries_internal_bounded_sort_overflow.js
@@ -8,6 +8,8 @@
* # Refusing to run a test that issues an aggregation command with explain because it may return
* # incomplete results if interrupted by a stepdown.
* does_not_support_stepdowns,
+ * # Explain of a resolved view must be executed by mongos.
+ * directly_against_shardsvrs_incompatible,
* ]
*/
(function() {