Revert "call super.checkServerHealth"

This reverts commit e00e10aa
This commit is contained in:
cagache
2019-03-26 16:19:15 +02:00
parent e00e10aa9d
commit 8c88ef2883

View File

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