From 98dd3cc05082b643d3e3829ae0e58fb58ac0271d Mon Sep 17 00:00:00 2001 From: William Schultz Date: Fri, 22 Mar 2019 10:44:12 -0400 Subject: [PATCH] SERVER-40257 Tag change_stream_speculative_majority_secondary_batch_application.js with uses_speculative_majority --- ...e_stream_speculative_majority_secondary_batch_application.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jstests/replsets/change_stream_speculative_majority_secondary_batch_application.js b/jstests/replsets/change_stream_speculative_majority_secondary_batch_application.js index 8bf30fddc3c..4665009318a 100644 --- a/jstests/replsets/change_stream_speculative_majority_secondary_batch_application.js +++ b/jstests/replsets/change_stream_speculative_majority_secondary_batch_application.js @@ -2,6 +2,8 @@ * Test speculative majority change stream reads against a secondary while it is applying an oplog * batch. Speculative majority change stream reads on secondaries should read from the lastApplied * timestamp. + * + * @tags: [uses_speculative_majority] */ (function() { "use strict";