diff options
author | David Percy <david.percy@mongodb.com> | 2021-07-29 19:11:46 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-07-29 21:35:42 +0000 |
commit | 9f4f535b93cd6ee648ed80b6d9b6603575db4332 (patch) | |
tree | ce3634e92d9049deabe358aece3953ceb5daf757 /jstests | |
parent | 01d1576f27f6099180f5fce51ef9475f7f6abe2e (diff) | |
download | mongo-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.js | 1 |
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() { |