From 90faa089a975c5879bb2f9eeb851895ac0cc5bb6 Mon Sep 17 00:00:00 2001 From: Jason Chan Date: Tue, 10 Dec 2019 20:07:44 +0000 Subject: SERVER-44986 Blacklist incompatible tests from replica_sets_multiversion suite --- jstests/replsets/dbhash_system_collections.js | 1 + 1 file changed, 1 insertion(+) (limited to 'jstests/replsets/dbhash_system_collections.js') diff --git a/jstests/replsets/dbhash_system_collections.js b/jstests/replsets/dbhash_system_collections.js index 951639befd4..87724a331ea 100644 --- a/jstests/replsets/dbhash_system_collections.js +++ b/jstests/replsets/dbhash_system_collections.js @@ -1,4 +1,5 @@ // Test that the dbhash command checks system collections that are replicated. +// @tags: [requires_fcv_44] 'use strict'; (function() { -- cgit v1.2.1