From 98427b7a2228f6a8d54475adc9df3991c1c60314 Mon Sep 17 00:00:00 2001 From: Ali Mir Date: Thu, 23 Apr 2020 16:15:22 -0400 Subject: SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests --- jstests/core/wildcard_index_return_key.js | 1 - 1 file changed, 1 deletion(-) (limited to 'jstests/core/wildcard_index_return_key.js') diff --git a/jstests/core/wildcard_index_return_key.js b/jstests/core/wildcard_index_return_key.js index 14348ac3703..53f7da8c09c 100644 --- a/jstests/core/wildcard_index_return_key.js +++ b/jstests/core/wildcard_index_return_key.js @@ -1,6 +1,5 @@ /** * Tests that $** indexes works with returnKey option. - * @tags: [requires_fcv_44] */ (function() { 'use strict'; -- cgit v1.2.1