Skip to content

Commit

Permalink
Temporarily disable LoginLogoutTest since Protostream change will bre…
Browse files Browse the repository at this point in the history
…ak it

Signed-off-by: Michal Hajas <mhajas@redhat.com>
  • Loading branch information
mhajas committed Jun 13, 2024
1 parent 8e34975 commit b0a408a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import java.util.Map;

import org.jboss.logging.Logger;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.keycloak.benchmark.crossdc.util.InfinispanUtils;

Expand All @@ -21,6 +22,7 @@ public class LoginLogoutTest extends AbstractCrossDCTest {
protected static final Logger LOG = Logger.getLogger(LoginLogoutTest.class);

@Test
@Disabled
public void loginLogoutTest() throws URISyntaxException, IOException, InterruptedException {
//Login and exchange code in DC1
String code = LOAD_BALANCER_KEYCLOAK.usernamePasswordLogin(REALM_NAME, USERNAME, MAIN_PASSWORD, CLIENTID);
Expand Down

0 comments on commit b0a408a

Please sign in to comment.