Skip to content

Commit 6d3a0d2

Browse files
committed
Remove large blob test.
This was frequently causing spurious OutOfMemoryExceptions in the baseline tests (with a 32-bit test runner).
1 parent 42fcae2 commit 6d3a0d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/SideBySide/DataTypes.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ public void QueryBlob(string column, int padLength)
512512
[InlineData("MediumBlob", 16777215)]
513513
[InlineData("LongBlob", 33554432)]
514514
[InlineData("LongBlob", 67108864)]
515-
[InlineData("LongBlob", 134217728)]
516515
public async Task InsertLargeBlobAsync(string column, int size)
517516
{
518517
// NOTE: MySQL Server will reset the connection when it receives an oversize packet, so we need to create a test-specific connection here

0 commit comments

Comments
 (0)