You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestCapacitySchedulerAsyncScheduling.java
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1117,11 +1117,7 @@ public void testAsyncScheduleThreadExit() throws Exception {
1117
1117
try {
1118
1118
System.setSecurityManager(noExitSecurityManager);
1119
1119
} catch (UnsupportedOperationExceptione) {
1120
-
<<<<<<< HEAD
1121
1120
Assumptions.assumeTrue(false, "Test is skipped because SecurityManager cannot be set (JEP411)");
1122
-
=======
1123
-
Assume.assumeTrue("Test is skipped because SecurityManager cannot be set (JEP 411)", false);
0 commit comments