Disabling unstable test until further analysis is complete

Relates to #15487
This commit is contained in:
Alexander Schwartz 2022-11-21 10:48:55 +01:00 committed by Michal Hajas
parent f8df04b3b8
commit 0bad673219

View file

@ -108,6 +108,7 @@ public class DBLockTest extends KeycloakModelTest {
}
@Test
@Ignore("Ignored as it is unstable. Analysis pending in https://github.com/keycloak/keycloak/issues/15487")
public void testLockConcurrentlyGeneral() throws Exception {
inComittedTransaction(1, (session , i) -> {
testLockConcurrentlyInternal(session, DBLockProvider.Namespace.DATABASE);