summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Ignatyev <alexander.ignatyev@mongodb.com>2021-11-05 15:04:40 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-05 16:06:29 +0000
commit43cba1cc995ffc6436493246b10146365d593b8e (patch)
tree7cf718a170807eb96de2835a1c82bbb96d71c450
parent9ad49bff85da84d36f2438ec3d8bae0a8af0e19e (diff)
downloadmongo-43cba1cc995ffc6436493246b10146365d593b8e.tar.gz
SERVER-61266 Temporarily disable query_hash_stability.js test
-rw-r--r--jstests/core/query_hash_stability.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/query_hash_stability.js b/jstests/core/query_hash_stability.js
index bf80380df00..2c2284a63c0 100644
--- a/jstests/core/query_hash_stability.js
+++ b/jstests/core/query_hash_stability.js
@@ -3,6 +3,7 @@
* across catalog changes.
* @tags: [
* assumes_read_concern_local,
+ * requires_fcv_51,
* ]
*/
(function() {