call super.checkServerHealth

This commit is contained in:
cagache
2019-03-26 15:35:05 +02:00
parent a6f1019cc6
commit e00e10aa9d

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();
}