Skip to content

Commit c2c9f32

Browse files
committed
Exclude tests from MySql.Data.
It just writes "IntegrationTests.ChunkStream" to the column. Signed-off-by: Bradley Grainger <[email protected]>
1 parent 4cae698 commit c2c9f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/IntegrationTests/InsertTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ public void InsertMySqlDecimalAsDecimal(bool prepare)
475475
var val = ((decimal) reader.GetValue(0)).ToString(CultureInfo.InvariantCulture);
476476
Assert.Equal(value, val);
477477
}
478-
#endif
479478

480479
[Theory]
481480
[InlineData(1_000_000, 1024, true)]
@@ -544,6 +543,7 @@ public async Task SendLongData(int dataLength, int chunkLength, bool isAsync)
544543
Assert.True(data.AsSpan().SequenceEqual(readData)); // much faster than Assert.Equal
545544
}
546545
}
546+
#endif
547547

548548
[Theory]
549549
[InlineData(false)]

0 commit comments

Comments
 (0)