We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5861edb commit 44eb24bCopy full SHA for 44eb24b
tests/MongoDB.Driver.Tests/AuthenticationTests.cs
@@ -200,7 +200,7 @@ public void Authentication_succeeds_when_user_has_Scram_Sha_256_mechanism_and_me
200
public void Authentication_succeeds_when_user_has_multiple_credentials_and_mechanism_is_not_specified(
201
[Values(false, true)] bool async)
202
{
203
- RequireServer.Check().Supports(Feature.ScramSha256Authentication).Authentication(true);
+ RequireServer.Check().Supports(Feature.ScramSha256Authentication).Authentication(true).VersionLessThan("6.0.0-");
204
var client = DriverTestConfiguration.Client;
205
var source1 = "nyc-matrix";
206
var userName1 = $"ThomasAnderson{Guid.NewGuid()}";
0 commit comments