File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
tests/MongoDB.Driver.Tests/Specifications/Runner Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 22
22
using MongoDB . Bson . TestHelpers . JsonDrivenTests ;
23
23
using MongoDB . Driver . Core ;
24
24
using MongoDB . Driver . Core . Bindings ;
25
+ using MongoDB . Driver . Core . Clusters ;
25
26
using MongoDB . Driver . Core . Clusters . ServerSelectors ;
26
27
using MongoDB . Driver . Core . Events ;
27
28
using MongoDB . Driver . Core . Misc ;
@@ -269,6 +270,8 @@ protected void CreateCollection()
269
270
protected DisposableMongoClient CreateDisposableClient ( BsonDocument test , EventCapturer eventCapturer )
270
271
{
271
272
var useMultipleShardRouters = test . GetValue ( "useMultipleMongoses" , false ) . AsBoolean ;
273
+ useMultipleShardRouters = false ; // TODO: remove this line once SERVER-41532 is fixed
274
+
272
275
return DriverTestConfiguration . CreateDisposableClient (
273
276
settings =>
274
277
{
You can’t perform that action at this time.
0 commit comments