Revert "call super.checkServerHealth"

This reverts commit 5b151008
This commit is contained in:
cagache
2019-03-26 16:19:15 +02:00
parent 5b15100839
commit 076910017e

View File

@@ -161,7 +161,6 @@ public class BaseRMRestTest extends RestTest
@BeforeClass (alwaysRun = true)
public void checkServerHealth() throws Exception
{
super.checkServerHealth();
// Create RM Site if not exist
createRMSiteIfNotExists();
}