Skip to content

Commit 1bcd8fd

Browse files
CSHARP-3785: Enable WriteError_details_should_expose_writeErrors_errInfo test on latest sharded. (mongodb#602)
1 parent 324b616 commit 1bcd8fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/MongoDB.Driver.Tests/Specifications/crud/prose-tests/CrudProseTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ public void WriteConcernError_details_should_expose_writeConcernError_errInfo()
8383
public void WriteError_details_should_expose_writeErrors_errInfo()
8484
{
8585
RequireServer.Check().VersionGreaterThanOrEqualTo(new SemanticVersion(5, 0, 0, ""));
86-
// https://jira.mongodb.org/browse/SERVER-58399
87-
RequireServer.Check().VersionLessThan("5.1.0-");
8886

8987
var eventCapturer = new EventCapturer().Capture<CommandSucceededEvent>(e => e.CommandName == "insert");
9088
var collectionName = "WriteError_details_should_expose_writeErrors_errInfo";

0 commit comments

Comments
 (0)