diff options
author | Yves Duhem <yves.duhem@mongodb.com> | 2017-09-01 17:40:29 -0400 |
---|---|---|
committer | Yves Duhem <yves.duhem@mongodb.com> | 2017-09-01 17:41:35 -0400 |
commit | 2f6a2294feb20a9a3a11dcdbfbfed05f4756c1b2 (patch) | |
tree | 7016c0c574b55768eac13413e21ff5a849c1a9fd /buildscripts/resmokeconfig/suites/json_schema.yml | |
parent | edfcb9cfbef2f0bcd85cd46cb1b9ccbe89d0f299 (diff) | |
download | mongo-2f6a2294feb20a9a3a11dcdbfbfed05f4756c1b2.tar.gz |
SERVER-30683 Support failovers in ReplicaSetFixture
Diffstat (limited to 'buildscripts/resmokeconfig/suites/json_schema.yml')
-rw-r--r-- | buildscripts/resmokeconfig/suites/json_schema.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/json_schema.yml b/buildscripts/resmokeconfig/suites/json_schema.yml index e886c3bc4b2..a0535172c67 100644 --- a/buildscripts/resmokeconfig/suites/json_schema.yml +++ b/buildscripts/resmokeconfig/suites/json_schema.yml @@ -39,6 +39,5 @@ executor: fixture: class: MongoDFixture mongod_options: - bind_ip_all: '' set_parameters: enableTestCommands: 1 |