Skip to content

Commit bbe9ab3

Browse files
mabartosmposolda
authored andcommitted
Unstable AuthenticationFlowCallbackProviderTest for undertow-map
Closes keycloak#10225
1 parent f750c2e commit bbe9ab3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/forms/AuthenticationFlowCallbackProviderTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import org.keycloak.authentication.authenticators.browser.UsernamePasswordFormFactory;
2424
import org.keycloak.authentication.authenticators.conditional.ConditionalLoaAuthenticator;
2525
import org.keycloak.authentication.authenticators.conditional.ConditionalLoaAuthenticatorFactory;
26+
import org.keycloak.common.Profile;
2627
import org.keycloak.models.AuthenticationExecutionModel;
2728
import org.keycloak.representations.idm.RealmRepresentation;
2829
import org.keycloak.testsuite.AbstractTestRealmKeycloakTest;
@@ -35,6 +36,7 @@
3536

3637
import static org.hamcrest.CoreMatchers.is;
3738
import static org.hamcrest.MatcherAssert.assertThat;
39+
import static org.junit.Assume.assumeThat;
3840
import static org.keycloak.testsuite.arquillian.annotation.AuthServerContainerExclude.AuthServer.REMOTE;
3941

4042
/**
@@ -67,6 +69,9 @@ public void loaEssentialNonExisting() {
6769

6870
@Test
6971
public void errorWithCustomProvider() {
72+
// Ignore test case for Map Storage - GitHub Issue #10225
73+
assumeThat("This test case does not work properly with Map Storage", Profile.isFeatureEnabled(Profile.Feature.MAP_STORAGE), is(false));
74+
7075
setBrowserFlow();
7176
LevelOfAssuranceFlowTest.openLoginFormWithAcrClaim(oauth, true, "1");
7277

0 commit comments

Comments
 (0)