Skip to content

Commit bd8f97d

Browse files
committed
YARN-11267. Fix Junit Test Error.
1 parent ecdd0eb commit bd8f97d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/test/java/org/apache/hadoop/yarn/server/router/webapp/TestFederationInterceptorREST.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1865,6 +1865,7 @@ public void testReplaceLabelsOnNodesError() throws Exception {
18651865
}
18661866

18671867
@Test
1868+
@Order(1)
18681869
public void testReplaceLabelsOnNode() throws Exception {
18691870
// subCluster3 -> node3:3 -> label:NodeLabel3
18701871
String nodeId = "node3:3";

0 commit comments

Comments
 (0)