Skip to content

Commit cfb20b2

Browse files
DmitryLukyanovrstam
authored andcommitted
CSHARP-2407: Reenable tests temporarily disabled until SERVER-37459 is fixed.
1 parent 3f77c82 commit cfb20b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/MongoDB.Driver.Tests/Linq/MongoQueryableTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ public async Task CountAsync_with_no_matches()
183183
public void Distinct_document_followed_by_where()
184184
{
185185
RequireServer.Check().VersionGreaterThanOrEqualTo("2.6.0");
186-
RequireServer.Check().VersionLessThan("4.1.0"); // TODO: remove this line when SERVER-37459 is fixed
187186
var query = CreateQuery()
188187
.Distinct()
189188
.Where(x => x.A == "Awesome");

0 commit comments

Comments
 (0)