From 00d92ece19c5c4057d21eb237a2f9905b196191d Mon Sep 17 00:00:00 2001 From: Jack Mulrow Date: Tue, 28 Nov 2017 10:10:44 -0500 Subject: SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough.yml suite The actual suite will come in a follow-up commit. --- jstests/core/getmore_invalidated_cursors.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jstests/core/getmore_invalidated_cursors.js') diff --git a/jstests/core/getmore_invalidated_cursors.js b/jstests/core/getmore_invalidated_cursors.js index 2d0bc20952d..527b6bf81e7 100644 --- a/jstests/core/getmore_invalidated_cursors.js +++ b/jstests/core/getmore_invalidated_cursors.js @@ -1,3 +1,5 @@ +// @tags: [requires_getmore, requires_non_retryable_commands] + // Tests that running a getMore on a cursor that has been invalidated by something like a collection // drop will return an appropriate error message. (function() { -- cgit v1.2.1