[ https://issues.apache.org/jira/browse/HADOOP-19433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948208#comment-17948208 ]
ASF GitHub Bot commented on HADOOP-19433: ----------------------------------------- cnauroth commented on code in PR #7586: URL: https://github.com/apache/hadoop/pull/7586#discussion_r2066876843 ########## hadoop-tools/hadoop-extras/src/test/java/org/apache/hadoop/mapred/tools/TestGetGroups.java: ########## @@ -24,25 +24,26 @@ import org.apache.hadoop.mapred.tools.GetGroups; import org.apache.hadoop.tools.GetGroupsTestBase; import org.apache.hadoop.util.Tool; -import org.junit.After; -import org.junit.Before; -import org.junit.Ignore; +import org.junit.jupiter.api.Test; +import org.junit.jupiter.api.AfterEach; +import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; /** * Tests for the MR implementation of {@link GetGroups} */ -@Ignore +@Disabled Review Comment: LOL, good point. I'm fine with removing it. > Upgrade JUnit from 4 to 5 in hadoop-extras. > ------------------------------------------- > > Key: HADOOP-19433 > URL: https://issues.apache.org/jira/browse/HADOOP-19433 > Project: Hadoop Common > Issue Type: Sub-task > Components: build, test > Affects Versions: 3.5.0 > Reporter: Shilun Fan > Assignee: Shilun Fan > Priority: Major > Labels: pull-request-available > -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org