summaryrefslogtreecommitdiff
path: root/jstests/core/recursion.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/recursion.js')
-rw-r--r--jstests/core/recursion.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/recursion.js b/jstests/core/recursion.js
index 926250be20d..4a0488a723d 100644
--- a/jstests/core/recursion.js
+++ b/jstests/core/recursion.js
@@ -1,3 +1,5 @@
+// @tags: [does_not_support_stepdowns, requires_non_retryable_commands]
+
// Basic tests for a form of stack recursion that's been shown to cause C++
// side stack overflows in the past. See SERVER-19614.