Revert "YARN-9178. TestRMAdminCli#testHelp is failing in trunk. Contributed by Abhishek Modi."
This reverts commit 650b9cbe16
.
This commit is contained in:
parent
2c02aa6ec2
commit
d3321fbed0
|
@ -812,7 +812,6 @@ public class TestRMAdminCLI {
|
|||
+ "([OvercommitTimeout])] "
|
||||
+ "[-transitionToActive [--forceactive] <serviceId>] "
|
||||
+ "[-transitionToStandby <serviceId>] "
|
||||
+ "[-transitionToObserver <serviceId>] "
|
||||
+ "[-getServiceState <serviceId>] [-getAllServiceState] "
|
||||
+ "[-checkHealth <serviceId>] [-help [cmd]]";
|
||||
String actualHelpMsg = dataOut.toString();
|
||||
|
|
Loading…
Reference in New Issue