|
@@ -247,9 +247,6 @@ public class TestLinuxContainerExecutorWithMocks {
|
|
|
// make sure the command doesn't contain the nice -n since priority
|
|
|
// not specified
|
|
|
List<String> command = new ArrayList<String>();
|
|
|
- Configuration conf = mockExec.getConf();
|
|
|
- conf.unset(YarnConfiguration.NM_CONTAINER_EXECUTOR_SCHED_PRIORITY);
|
|
|
- mockExec.setConf(conf);
|
|
|
mockExec.addSchedPriorityCommand(command);
|
|
|
assertEquals("addSchedPriority should be empty", 0, command.size());
|
|
|
}
|