Skip to content

Commit cc934b8

Browse files
committed
CSHARP-1626: Mark test that should only run in 64-bit process.
1 parent a70241b commit cc934b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MongoDB.Bson.Tests/IO/BsonBinaryWriterTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public void BsonBinaryWriter_should_support_writing_multiple_documents(
5353
}
5454

5555
[Test]
56+
[Requires64BitProcess]
5657
public void BsonBinaryWriter_should_support_writing_more_than_2GB()
5758
{
5859
using (var stream = new NullBsonStream())

0 commit comments

Comments
 (0)