diff options
author | Mickey. J Winters <mickey.winters@mongodb.com> | 2021-10-01 00:32:06 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-10-01 00:57:38 +0000 |
commit | 5d95024702e7688974e474769dabaa7f27ef4b8e (patch) | |
tree | b02ab1cf1329c8b33bfc1ac583098511b2c9ec37 /jstests | |
parent | 74d89fadc189076d9de10349e1ed11cf5b66dab9 (diff) | |
download | mongo-5d95024702e7688974e474769dabaa7f27ef4b8e.tar.gz |
SERVER-59872 Block profile_getmore.js in replica_sets_jscore_multiversion_passthrough with requires_fcv_51
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/core/profile_getmore.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/profile_getmore.js b/jstests/core/profile_getmore.js index d5a03ac2483..b6f4ecf3ac7 100644 --- a/jstests/core/profile_getmore.js +++ b/jstests/core/profile_getmore.js @@ -2,6 +2,7 @@ // does_not_support_stepdowns, // requires_getmore, // requires_profiling, +// requires_fcv_51, // ] // Confirms that profiled getMore execution contains all expected metrics with proper values. |