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 e5b64c3 commit 904ddbbCopy full SHA for 904ddbb
src/NHibernate.Test/NHSpecificTest/NH3488/LinqBulkManipulationFixture.cs
@@ -386,6 +386,11 @@ public void InsertWithSelectListUsingJoins()
386
[Test]
387
public void InsertToComponent()
388
{
389
+ if(Dialect is FirebirdDialect)
390
+ {
391
+ Assert.Ignore("This test seems to trigger a recursive insert into DB with Firebird.");
392
+ }
393
+
394
using (var s = OpenSession())
395
396
using (var t = s.BeginTransaction())
0 commit comments