Skip to content

Commit 75f3f10

Browse files
committed
Better Ignore-message for NH-3074 test case.
1 parent 3a1f4ae commit 75f3f10

File tree

1 file changed

+1
-1
lines changed
  • src/NHibernate.Test/NHSpecificTest/NH3074

1 file changed

+1
-1
lines changed

src/NHibernate.Test/NHSpecificTest/NH3074/Fixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected override void OnSetUp()
3636
}
3737

3838
[Test]
39-
[Ignore("Failing")]
39+
[Ignore("Fails on at least Oracle and PostgreSQL. See NH-3074 and NH-2408.")]
4040
public void CanSetLockMode()
4141
{
4242
using (var s = OpenSession())

0 commit comments

Comments
 (0)