Ignore test of lazy locks

This commit is contained in:
Bjarke Berg
2024-03-15 09:35:19 +01:00
parent d82e262e13
commit e03ff2661b

View File

@@ -125,6 +125,7 @@ public class LocksTests : UmbracoIntegrationTest
}
}
[NUnit.Framework.Ignore("We currently do not have a way to force lazy locks")]
[Test]
public void GivenNonEagerLocking_WhenNoDbIsAccessed_ThenNoSqlIsExecuted()
{