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/replsets/read_committed_with_catalog_changes.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'jstests/replsets/read_committed_with_catalog_changes.js') diff --git a/jstests/replsets/read_committed_with_catalog_changes.js b/jstests/replsets/read_committed_with_catalog_changes.js index 7f690d14375..a1b6bb5d3a4 100644 --- a/jstests/replsets/read_committed_with_catalog_changes.js +++ b/jstests/replsets/read_committed_with_catalog_changes.js @@ -20,8 +20,6 @@ * - repair database * - reindex collection * - compact collection - * - * @tags: [requires_fcv_44] */ load("jstests/libs/parallelTester.js"); // For Thread. -- cgit v1.2.1