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 a70241b commit cc934b8Copy full SHA for cc934b8
src/MongoDB.Bson.Tests/IO/BsonBinaryWriterTests.cs
@@ -53,6 +53,7 @@ public void BsonBinaryWriter_should_support_writing_multiple_documents(
53
}
54
55
[Test]
56
+ [Requires64BitProcess]
57
public void BsonBinaryWriter_should_support_writing_more_than_2GB()
58
{
59
using (var stream = new NullBsonStream())
0 commit comments