Description
TestRM.testNMTokenSentForNormalContainer assumes the CapacityScheduler is being used and tries to do:
CapacityScheduler cs = (CapacityScheduler) rm.getResourceScheduler();
This throws a ClassCastException if you're not using the CapacityScheduler.