snazy commented on code in PR #117:
URL: https://github.com/apache/polaris/pull/117#discussion_r1730831827
##########
polaris-core/src/test/java/io/polaris/service/storage/azure/AzureCredentialStorageIntegrationTest.java:
##########
@@ -250,10 +243,10 @@ public void testGetSubscopedTokenRead(boolean
allowListAction, String service) {
}
@TestWithAzureArgs
- public void testGetSubscopedTokenWrite(boolean allowListAction, String
service) {
- if (checkEnvNullVariables()) {
- return;
- }
+ public void testGetSubscopedTokenWrite(
+ @SuppressWarnings("unused") boolean allowListAction, String service) {
Review Comment:
it's a parameterized test
--
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]