dimas-b commented on code in PR #2711:
URL: https://github.com/apache/polaris/pull/2711#discussion_r2393292269
##########
integration-tests/src/main/java/org/apache/polaris/service/it/test/PolarisRestCatalogFileIntegrationTest.java:
##########
@@ -51,4 +53,18 @@ private static String stripTrailingSlash(String uri) {
? uri.substring(0, uri.length() - 1)
: uri;
}
+
+ @Test
+ @Override
+ @Disabled // Polaris does not provide credentials for FILE storage
+ public void testLoadCredentials() {
+ super.testLoadCredentials();
+ }
Review Comment:
This is no longer disabled.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]