Disabling unstable test until further analysis is complete
Relates to #15487
This commit is contained in:
parent
f8df04b3b8
commit
0bad673219
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue