Skip to content

Commit

Permalink
Disable ManyExtensionsIT on FIPS in native mode
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik authored and mjurc committed Nov 5, 2024
1 parent 77a9547 commit 6ffde62
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
import org.junit.jupiter.api.Test;

import io.quarkus.test.scenarios.QuarkusScenario;
import io.quarkus.test.scenarios.annotations.DisabledOnFipsAndNative;
import io.restassured.specification.RequestSpecification;

@DisabledOnFipsAndNative(reason = "QUARKUS-5233")
@QuarkusScenario
public class ManyExtensionsIT {

Expand Down

0 comments on commit 6ffde62

Please sign in to comment.