summaryrefslogtreecommitdiff
path: root/jstests/core/coveredIndex4.js
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2017-11-28 10:10:44 -0500
committerJack Mulrow <jack.mulrow@mongodb.com>2017-12-14 10:06:52 -0500
commitc7f1e65dcda3ac37764b445fd32c8e3310440e6b (patch)
treedeb42855fe406933bad0cad89b25d45945b2bb27 /jstests/core/coveredIndex4.js
parent1a81fbea1aaa09ad79b52c0fd5ad808f067e6acf (diff)
downloadmongo-c7f1e65dcda3ac37764b445fd32c8e3310440e6b.tar.gz
SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough.yml suite
The actual suite will come in a follow-up commit. (cherry picked from commit 00d92ece19c5c4057d21eb237a2f9905b196191d)
Diffstat (limited to 'jstests/core/coveredIndex4.js')
-rw-r--r--jstests/core/coveredIndex4.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/coveredIndex4.js b/jstests/core/coveredIndex4.js
index e7c6cc93a76..1f03c387f3b 100644
--- a/jstests/core/coveredIndex4.js
+++ b/jstests/core/coveredIndex4.js
@@ -1,3 +1,5 @@
+// @tags: [requires_getmore]
+
// Test covered index projection with $or clause, specifically in getMore
// SERVER-4980