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/profile_update.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jstests/core/profile_update.js') diff --git a/jstests/core/profile_update.js b/jstests/core/profile_update.js index 9b23d894585..1e272ba6669 100644 --- a/jstests/core/profile_update.js +++ b/jstests/core/profile_update.js @@ -1,3 +1,5 @@ +// @tags: [does_not_support_stepdowns, requires_non_retryable_writes] + // Confirms that profiled update execution contains all expected metrics with proper values. (function() { -- cgit v1.2.1