summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatherine Wu <katherine.wu@mongodb.com>2020-01-24 23:12:50 +0000
committerevergreen <evergreen@mongodb.com>2020-01-24 23:12:50 +0000
commit8f6c2fa6691859892fe872f289d9e6339ace896e (patch)
tree41b66c4e8a77c4fc5ab6289bc8a327d50fd54ca5
parenta7aecc1ff0af7822c38b5f5da2bc0fd27e3f7778 (diff)
downloadmongo-8f6c2fa6691859892fe872f289d9e6339ace896e.tar.gz
SERVER-45728 Add requires_fcv_44 tag to count js test
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml1
-rw-r--r--jstests/sharding/count1.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
index ec758617272..1b8f00e0984 100644
--- a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
@@ -23,7 +23,6 @@ selector:
- jstests/sharding/merge_from_stale_mongos.js
- jstests/sharding/migration_coordinator_basic.js
- jstests/sharding/migration_coordinator_failover.js
- - jstests/sharding/count1.js
# Enable when SERVER-44733 is backported
- jstests/sharding/change_streams_update_lookup_shard_metadata_missing.js
# Enable when SERVER-43310 is backported
diff --git a/jstests/sharding/count1.js b/jstests/sharding/count1.js
index ce9ce017692..ad0eb92843d 100644
--- a/jstests/sharding/count1.js
+++ b/jstests/sharding/count1.js
@@ -1,3 +1,5 @@
+// @tags: [requires_fcv_44];
+
(function() {
'use strict';