SOLR-7421: Marking test as a BadApple for now until we can figure out what is causing replication to take so long for a small index

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy Potter 2015-04-18 14:11:26 +00:00
parent e541bccd45
commit beea9c2733
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ package org.apache.solr.cloud;
import java.io.File;
import java.util.List;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.solr.SolrTestCaseJ4;
import org.apache.solr.client.solrj.embedded.JettySolrRunner;
import org.apache.solr.client.solrj.request.AbstractUpdateRequest;
@ -32,6 +33,7 @@ import org.junit.Test;
// See SOLR-6640
@SolrTestCaseJ4.SuppressSSL
@LuceneTestCase.BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-7421")
public class RecoveryAfterSoftCommitTest extends AbstractFullDistribZkTestBase {
public RecoveryAfterSoftCommitTest() {