diff options
author | Matthew Russotto <matthew.russotto@10gen.com> | 2020-03-13 16:43:36 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-03-13 22:05:39 +0000 |
commit | af3ff66f90846aa2fa6d5ee1a5eec9a897150a64 (patch) | |
tree | eab16e70f737105e32fb32a4e790f9732d56b73a /buildscripts/resmokeconfig/suites/concurrency.yml | |
parent | df0272716ae3a6767e33adf98392dddea494e587 (diff) | |
download | mongo-af3ff66f90846aa2fa6d5ee1a5eec9a897150a64.tar.gz |
SERVER-46857 Make oplogApplicationEnforcesSteadyStateConstraints multiversion-compatible
Diffstat (limited to 'buildscripts/resmokeconfig/suites/concurrency.yml')
-rw-r--r-- | buildscripts/resmokeconfig/suites/concurrency.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency.yml b/buildscripts/resmokeconfig/suites/concurrency.yml index 3ee63623fc7..80f2f125953 100644 --- a/buildscripts/resmokeconfig/suites/concurrency.yml +++ b/buildscripts/resmokeconfig/suites/concurrency.yml @@ -28,4 +28,3 @@ executor: mongod_options: set_parameters: enableTestCommands: 1 - oplogApplicationEnforcesSteadyStateConstraints: true |