SOLR-7868: CdcrReplicationDistributedZkTest should be run @Nightly.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1694515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2015-08-06 15:00:52 +00:00
parent 2d2210bdef
commit d16712c71b
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ package org.apache.solr.cloud;
*/
import org.apache.lucene.util.LuceneTestCase.Slow;
import org.apache.lucene.util.LuceneTestCase.Nightly;
import org.apache.solr.common.SolrInputDocument;
import org.apache.solr.common.util.NamedList;
import org.apache.solr.handler.CdcrParams;
@ -31,6 +32,7 @@ import java.util.Locale;
import java.util.Map;
@Slow
@Nightly
public class CdcrReplicationDistributedZkTest extends BaseCdcrDistributedZkTest {
@Override