enable these tests

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1364356 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-07-22 16:56:11 +00:00
parent a798414614
commit bbd6934008
2 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@Slow
@Ignore("FIXME: I fail so often it makes me ill!")
public class RecoveryZkTest extends FullSolrCloudTest {
//private static final String DISTRIB_UPDATE_CHAIN = "distrib-update-chain";

View File

@ -67,7 +67,6 @@ import org.junit.Ignore;
*/
// TODO: can this test be sped up? it used to not be so slow...
@Slow
@Ignore("FIXME: I fail so often it makes me ill!")
public class TestReplicationHandler extends SolrTestCaseJ4 {