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 42fcae2 commit 6d3a0d2Copy full SHA for 6d3a0d2
tests/SideBySide/DataTypes.cs
@@ -512,7 +512,6 @@ public void QueryBlob(string column, int padLength)
512
[InlineData("MediumBlob", 16777215)]
513
[InlineData("LongBlob", 33554432)]
514
[InlineData("LongBlob", 67108864)]
515
- [InlineData("LongBlob", 134217728)]
516
public async Task InsertLargeBlobAsync(string column, int size)
517
{
518
// 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