cnauroth commented on code in PR #7339:
URL: https://github.com/apache/hadoop/pull/7339#discussion_r1938321130
##########
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java:
##########
@@ -2557,11 +2546,11 @@ public void testGettingPropertiesWithPrefix() throws
Exception {
assertTrue(prefixedProps.isEmpty());
}
- public static void main(String[] argv) throws Exception {
+ /*public static void main(String[] argv) throws Exception {
Review Comment:
Could this not be translated to JUnit 5?
I'm actually not sure if it's valuable anyway. If it's not needed, let's
delete it instead of commenting it out.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]