Skip to content

Commit 904ddbb

Browse files
NH-3488 - fix dialect dependent failures, third round, to be squashed.
1 parent e5b64c3 commit 904ddbb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/NHibernate.Test/NHSpecificTest/NH3488/LinqBulkManipulationFixture.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,11 @@ public void InsertWithSelectListUsingJoins()
386386
[Test]
387387
public void InsertToComponent()
388388
{
389+
if(Dialect is FirebirdDialect)
390+
{
391+
Assert.Ignore("This test seems to trigger a recursive insert into DB with Firebird.");
392+
}
393+
389394
using (var s = OpenSession())
390395
{
391396
using (var t = s.BeginTransaction())

0 commit comments

Comments
 (0)