slfan1989 commented on code in PR #7853: URL: https://github.com/apache/hadoop/pull/7853#discussion_r2323736334
########## hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestWasbAbfsCompatibility.java: ########## @@ -25,7 +25,8 @@ import java.util.UUID; import org.assertj.core.api.Assertions; -import org.junit.jupiter.api.Test; +import org.junit.Assume; Review Comment: @anujmodi2021 I noticed a small issue: this PR has introduced JUnit4 unit tests again. cc: @bhattmanish98 @manika137 @anmolanmol1234 -- 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]
