dimas-b commented on code in PR #1532: URL: https://github.com/apache/polaris/pull/1532#discussion_r2075426745
########## quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/IcebergCatalogTest.java: ########## @@ -161,10 +161,14 @@ public Map<String, String> getConfigOverrides() { return Map.of( "polaris.features.defaults.\"ALLOW_SPECIFYING_FILE_IO_IMPL\"", "true", + "polaris.features.defaults.\"ALLOW_INSECURE_STORAGE_TYPES_ACCEPTING_SECURITY_RISKS\"", + "true", "polaris.features.defaults.\"INITIALIZE_DEFAULT_CATALOG_FILEIO_FOR_TEST\"", "true", "polaris.features.defaults.\"SUPPORTED_CATALOG_STORAGE_TYPES\"", - "[\"FILE\"]"); + "[\"FILE\",\"S3\"]", + "polaris.readiness.ignore-security-issues", Review Comment: WDYT about putting this into a global quarkus test config profile? -- 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