Skip to content

Commit

Permalink
Enable OIDC client mTLS tests on FIPS
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik committed May 7, 2024
1 parent c9c0e7d commit efb3f02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import static io.restassured.RestAssured.given;

import org.apache.http.HttpStatus;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

import io.quarkus.test.bootstrap.KeycloakService;
Expand All @@ -18,7 +17,6 @@
* If keystore/truststore file type does not match declared one, communication between OIDC server
* and client should fail.
*/
@Tag("fips-incompatible")
@QuarkusScenario
public class IncorrectKsFileTypeOidcMtlsIT extends BaseOidcMtlsIT {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import io.quarkus.test.services.KeycloakContainer;
import io.quarkus.test.services.QuarkusApplication;

@Tag("fips-incompatible")
@QuarkusScenario
public class JksOidcMtlsIT extends KeycloakMtlsAuthN {

Expand Down

0 comments on commit efb3f02

Please sign in to comment.