From 076910017e5fcf7dc011637a9967be76687b1067 Mon Sep 17 00:00:00 2001 From: cagache Date: Tue, 26 Mar 2019 16:19:15 +0200 Subject: [PATCH] Revert "call super.checkServerHealth" This reverts commit 5b151008 --- .../java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java index ed5d917d55..aa65f8c967 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java @@ -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(); }