Skip to content

Commit

Permalink
disable concurrent mod test while the investigation is going on (#1059)
Browse files Browse the repository at this point in the history
Signed-off-by: Kamesh Akella <[email protected]>
  • Loading branch information
kami619 authored Nov 27, 2024
1 parent c26296d commit 3f2e7e4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.keycloak.benchmark.crossdc;

import org.jboss.logging.Logger;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.keycloak.benchmark.crossdc.client.KeycloakClient;
import org.keycloak.benchmark.crossdc.util.HttpClientUtils;
Expand All @@ -27,6 +28,7 @@ public class ConcurrentModificationTest extends AbstractCrossDCTest {

private static final Logger LOG = Logger.getLogger(ConcurrentModificationTest.class);

@Disabled("Disabled the test due to an ongoing investigation, look https://github.com/keycloak/keycloak-benchmark/issues/1055 for more details")
@Test
public void testConcurrentClientSessionAddition() throws IOException, URISyntaxException, InterruptedException {
assumeTrue(SKIP_EMBEDDED_CACHES && SKIP_REMOTE_CACHES, "Test is applicable only for Persistent sessions at the moment");
Expand Down

0 comments on commit 3f2e7e4

Please sign in to comment.