diff --git a/jstests/sharding/mongos_unsharded_commands_interface_parity_with_replica_set.js b/jstests/sharding/mongos_unsharded_commands_interface_parity_with_replica_set.js index 2b78aea9c60..ddc8eb469f6 100644 --- a/jstests/sharding/mongos_unsharded_commands_interface_parity_with_replica_set.js +++ b/jstests/sharding/mongos_unsharded_commands_interface_parity_with_replica_set.js @@ -61,6 +61,9 @@ * Boolean field, used to skip a writeConcern testCase that belongs to a test that accepts * writeConcern. * + * @tags: [ + * requires_fcv_83, + * ] */ import {configureFailPoint} from "jstests/libs/fail_point_util.js";