Skip to content

Commit dc37a86

Browse files
committed
NH-2354 - Add KnownBug attribute
1 parent 1a49378 commit dc37a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate.Test/UnionsubclassPolymorphicFormula/UnionSubclassFixture.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ protected override IList Mappings
2020
get { return new string[] { "UnionsubclassPolymorphicFormula.Party.hbm.xml" }; }
2121
}
2222

23-
[Test]
23+
[Test, KnownBug("NH-2354")]
2424
public void QueryOverPersonTest()
2525
{
2626
using (ISession s = OpenSession())
@@ -45,7 +45,7 @@ public void QueryOverPersonTest()
4545
}
4646
}
4747

48-
[Test]
48+
[Test, KnownBug("NH-2354")]
4949
public void QueryOverCompanyTest()
5050
{
5151
using (ISession s = OpenSession())

0 commit comments

Comments
 (0)