dimas-b commented on code in PR #1126: URL: https://github.com/apache/polaris/pull/1126#discussion_r2004541491
########## integration-tests/src/main/java/org/apache/polaris/service/it/test/PolarisRestCatalogViewIntegrationBase.java: ########## @@ -65,6 +66,10 @@ public abstract class PolarisRestCatalogViewIntegrationBase extends ViewCatalogT @BeforeAll static void setup(PolarisApiEndpoints apiEndpoints, ClientCredentials credentials) { + // Set preferredAssumptionException as Quarkus does not suppress JUnit4's + // AssumptionViolatedException + org.assertj.core.api.Assumptions.setPreferredAssumptionException( Review Comment: Can this be done via a global ServiceLoader-based class? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org