NO-JIRA Cleanup some commented out code

This commit is contained in:
Clebert Suconic 2020-04-13 16:40:29 -04:00
parent 5141d4f0e2
commit c326d2eb84

View File

@ -55,18 +55,6 @@ public class ReplicatedFailoverTest extends FailoverTest {
};
/* @Test
public void testLoop() throws Throwable {
for (int i = 0; i < 100; i++) {
System.err.println("#Test " + i);
testReplicatedFailback();
tearDown();
setUp();
}
} */
protected void beforeWaitForRemoteBackupSynchronization() {
}