Skip to content

Commit b7b0503

Browse files
author
fabien.menager
committed
Mark test as unstable on oracle
1 parent 259c75a commit b7b0503

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ public async Task InsertEntities_AndReturn_AsyncEnumerable()
9696
[CombinatorialData]
9797
public async Task InsertEntities_MoveRows(InsertStrategy strategy)
9898
{
99+
Skip.If(_context.IsProvider(ProviderType.Oracle), "Unstable with Oracle");
100+
99101
// Arrange
100102
var entities = new List<TestEntity>
101103
{

0 commit comments

Comments
 (0)