summaryrefslogtreecommitdiff
path: root/jstests/core
diff options
context:
space:
mode:
authorAnton Korshunov <anton.korshunov@mongodb.com>2021-04-14 10:11:41 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-14 20:35:22 +0000
commitd3cadc592963923c6c5cbda28703d411913ddd95 (patch)
treecf3ea2471eae746bc986d6a84e446824a36d2279 /jstests/core
parent5cf1e4d1e2ec8aed649d59d49ce48a44bca8a62d (diff)
downloadmongo-d3cadc592963923c6c5cbda28703d411913ddd95.tar.gz
SERVER-56092 Test index_bounds_static_limit.js fails as it's incompatible with stepdowns
Diffstat (limited to 'jstests/core')
-rw-r--r--jstests/core/index_bounds_static_limit.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/jstests/core/index_bounds_static_limit.js b/jstests/core/index_bounds_static_limit.js
index 5d6df2dc1f7..6a44c16f943 100644
--- a/jstests/core/index_bounds_static_limit.js
+++ b/jstests/core/index_bounds_static_limit.js
@@ -1,6 +1,8 @@
// Validate that generic index scan is used in SBE once max limit for statically generated intervals
// is reached.
-
+//
+// We issue 'setParameter' command which is not compatible with stepdowns.
+// @tags: [does_not_support_stepdowns]
(function() {
"use strict";