summaryrefslogtreecommitdiff
path: root/jstests/core/tailable_getmore_batch_size.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/tailable_getmore_batch_size.js')
-rw-r--r--jstests/core/tailable_getmore_batch_size.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/tailable_getmore_batch_size.js b/jstests/core/tailable_getmore_batch_size.js
index 212eae5576d..9e96f6f68a3 100644
--- a/jstests/core/tailable_getmore_batch_size.js
+++ b/jstests/core/tailable_getmore_batch_size.js
@@ -1,4 +1,4 @@
-// @tags: [requires_getmore]
+// @tags: [requires_getmore, requires_capped]
// Tests for the behavior of combining the tailable and awaitData options to the getMore command
// with the batchSize option.