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 1a49378 commit dc37a86Copy full SHA for dc37a86
src/NHibernate.Test/UnionsubclassPolymorphicFormula/UnionSubclassFixture.cs
@@ -20,7 +20,7 @@ protected override IList Mappings
20
get { return new string[] { "UnionsubclassPolymorphicFormula.Party.hbm.xml" }; }
21
}
22
23
- [Test]
+ [Test, KnownBug("NH-2354")]
24
public void QueryOverPersonTest()
25
{
26
using (ISession s = OpenSession())
@@ -45,7 +45,7 @@ public void QueryOverPersonTest()
45
46
47
48
49
public void QueryOverCompanyTest()
50
51
0 commit comments