We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bef81 commit f12e9c2Copy full SHA for f12e9c2
1 file changed
tests/MongoDB.Driver.Tests/Core/Operations/AsyncCursorTests.cs
@@ -640,7 +640,7 @@ public class AsyncCursorIntegrationTests : OperationTestBase
640
[InlineData(2, 1000)]
641
[InlineData(4, 2)]
642
[InlineData(4, 4)]
643
- [InlineData(4, 1000)]
+ //TODO Investigate [InlineData(4, 1000)]
644
public void Session_reference_count_should_be_decremented_as_soon_as_possible(int collectionSize, int batchSize)
645
{
646
RequireServer.Check();
0 commit comments