summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorDavid Percy <david.percy@mongodb.com>2021-07-29 19:11:46 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-29 21:35:42 +0000
commit9f4f535b93cd6ee648ed80b6d9b6603575db4332 (patch)
treece3634e92d9049deabe358aece3953ceb5daf757 /jstests
parent01d1576f27f6099180f5fce51ef9475f7f6abe2e (diff)
downloadmongo-9f4f535b93cd6ee648ed80b6d9b6603575db4332.tar.gz
SERVER-58953 Fix FCV/multi-version issues in some more tests
Diffstat (limited to 'jstests')
-rw-r--r--jstests/core/regex_options.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/regex_options.js b/jstests/core/regex_options.js
index f78ea1afbc7..d6c95e42559 100644
--- a/jstests/core/regex_options.js
+++ b/jstests/core/regex_options.js
@@ -1,6 +1,7 @@
/**
* Test regex options in a find context.
* @tags: [
+ * requires_fcv_51,
* ]
*/
(function() {