call super.checkServerHealth

This commit is contained in:
cagache
2019-03-26 15:35:05 +02:00
parent 5e6555db50
commit 5b15100839

View File

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