summaryrefslogtreecommitdiff
path: root/jstests/sharding/merge_from_stale_mongos.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/merge_from_stale_mongos.js')
-rw-r--r--jstests/sharding/merge_from_stale_mongos.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/sharding/merge_from_stale_mongos.js b/jstests/sharding/merge_from_stale_mongos.js
index 6b5129538ea..48800189749 100644
--- a/jstests/sharding/merge_from_stale_mongos.js
+++ b/jstests/sharding/merge_from_stale_mongos.js
@@ -1,5 +1,7 @@
// Tests for $merge against a stale mongos with combinations of sharded/unsharded source and target
// collections.
+// Requires fcv44 because the expected error codes for $out have changed in 4.4.
+// @tags: [requires_fcv_44]
(function() {
"use strict";