diff options
author | Jason Chan <jason.chan@mongodb.com> | 2019-12-10 20:07:44 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-12-10 20:07:44 +0000 |
commit | 90faa089a975c5879bb2f9eeb851895ac0cc5bb6 (patch) | |
tree | cf6207b8e55ab95a8482ebf06e519034480ae6bc /jstests/replsets/dbhash_system_collections.js | |
parent | 8c00a6ebe6d3f1fbca9b9e0b297e1b130a4e98f9 (diff) | |
download | mongo-90faa089a975c5879bb2f9eeb851895ac0cc5bb6.tar.gz |
SERVER-44986 Blacklist incompatible tests from replica_sets_multiversion suite
Diffstat (limited to 'jstests/replsets/dbhash_system_collections.js')
-rw-r--r-- | jstests/replsets/dbhash_system_collections.js | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |