Skip to content

Commit b168551

Browse files
Fix tests
1 parent 61fbbb9 commit b168551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PhenX.EntityFrameworkCore.BulkInsert.Tests/Tests/Basic/BasicTestsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ public async Task InsertEntities_WithOpenTransaction_RollsBackOnFailure(InsertSt
457457
Assert.Empty(insertedEntities);
458458
}
459459

460-
[Fact]
460+
[SkippableFact]
461461
public async Task ThrowsWhenUsingWrongConfigurationType()
462462
{
463463
// Skip for providers that don't support this feature

0 commit comments

Comments
 (0)