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 3a1f4ae commit 75f3f10Copy full SHA for 75f3f10
src/NHibernate.Test/NHSpecificTest/NH3074/Fixture.cs
@@ -36,7 +36,7 @@ protected override void OnSetUp()
36
}
37
38
[Test]
39
- [Ignore("Failing")]
+ [Ignore("Fails on at least Oracle and PostgreSQL. See NH-3074 and NH-2408.")]
40
public void CanSetLockMode()
41
{
42
using (var s = OpenSession())
0 commit comments