anujmodi2021 commented on code in PR #7853: URL: https://github.com/apache/hadoop/pull/7853#discussion_r2323960907
########## 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 Thanks for pointing this out @slfan1989. Looks like we overlooked this during review process. We will fix this in separate PR ASAP. For the upcoming PRs we will take care of this aspect. Thanks -- 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]
