SOLR-6273: disable more failing tests now that we have logs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erick Erickson 2015-05-27 04:36:50 +00:00
parent b70192e95c
commit 55fd17e90d
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import org.apache.solr.handler.CdcrParams;
import org.junit.Ignore;
import org.junit.Test;
@Ignore
@Slow
public class CdcrRequestHandlerTest extends BaseCdcrDistributedZkTest {