mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Disabling unstable test until further analysis is complete
Relates to #15487
This commit is contained in:
parent
e01e25f823
commit
daf0dee168
@ -23,6 +23,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
||||
import org.jboss.logging.Logger;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.keycloak.models.KeycloakSession;
|
||||
import org.keycloak.models.KeycloakSessionFactory;
|
||||
@ -115,6 +116,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 testLockConcurrentlyOffline() throws Exception {
|
||||
inComittedTransaction(1, (session , i) -> {
|
||||
testLockConcurrentlyInternal(session, DBLockProvider.Namespace.OFFLINE_SESSIONS);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user