summaryrefslogtreecommitdiff
path: root/jstests/core/count_hint.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/count_hint.js')
-rw-r--r--jstests/core/count_hint.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/count_hint.js b/jstests/core/count_hint.js
index da964cca202..7cbfc50dc0e 100644
--- a/jstests/core/count_hint.js
+++ b/jstests/core/count_hint.js
@@ -4,6 +4,8 @@
* - A bad argument to the hint() method should raise an error.
* - The hint() method should support both the name of the index, and the object spec of the
* index.
+ *
+ * @tags: [requires_fastcount]
*/
(function() {
"use strict";