summaryrefslogtreecommitdiff
path: root/jstests/core/mr_mutable_properties.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/mr_mutable_properties.js')
-rw-r--r--jstests/core/mr_mutable_properties.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/mr_mutable_properties.js b/jstests/core/mr_mutable_properties.js
index 84066bf76c0..8c9eacd6e97 100644
--- a/jstests/core/mr_mutable_properties.js
+++ b/jstests/core/mr_mutable_properties.js
@@ -1,3 +1,5 @@
+// @tags: [does_not_support_stepdowns]
+
// See SERVER-9448
// Test argument and receiver (aka 'this') objects and their children can be mutated
// in Map, Reduce and Finalize functions