liamzwbao commented on code in PR #1126: URL: https://github.com/apache/polaris/pull/1126#discussion_r2009177023
########## 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: Thanks for your advice! Done by using [QuarkusTestBeforeClassCallback](https://github.com/apache/polaris/pull/1126/files#diff-099a73e26cf9aeab3f3983f2d4f764dc0520b9292f0273a5f0b3e011e542292eR25) -- 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