summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/explain2.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthroughWithMongod/explain2.js')
-rw-r--r--jstests/noPassthroughWithMongod/explain2.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/explain2.js b/jstests/noPassthroughWithMongod/explain2.js
index 81b8951488f..3766c3a0e93 100644
--- a/jstests/noPassthroughWithMongod/explain2.js
+++ b/jstests/noPassthroughWithMongod/explain2.js
@@ -1,4 +1,5 @@
// Test for race condition SERVER-2807. One cursor is dropped and another is not.
+// @tags: [requires_capped]
collName = 'jstests_slowNightly_explain2';
@@ -15,4 +16,4 @@ for (i = 0; i < 800; ++i) {
t.find({x: {$gt: -1}, y: 1}).sort({x: -1}).explain();
}
-a(); \ No newline at end of file
+a();