mirror of https://github.com/apache/lucene.git
SOLR-8135: Disable test until it can be fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709142 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a7aff1bc43
commit
fabb90d1d3
|
@ -28,6 +28,7 @@ import java.util.Random;
|
|||
import java.util.Set;
|
||||
|
||||
import org.apache.commons.cli.CommandLine;
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.apache.solr.client.solrj.SolrQuery;
|
||||
import org.apache.solr.client.solrj.request.ContentStreamUpdateRequest;
|
||||
import org.apache.solr.client.solrj.response.QueryResponse;
|
||||
|
@ -42,6 +43,7 @@ import org.slf4j.LoggerFactory;
|
|||
* this test is useful for catching regressions in indexing the example docs in collections that
|
||||
* use data-driven schema and managed schema features provided by configsets/data_driven_schema_configs.
|
||||
*/
|
||||
@LuceneTestCase.BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-8135")
|
||||
public class SolrCloudExampleTest extends AbstractFullDistribZkTestBase {
|
||||
|
||||
protected static final transient Logger log = LoggerFactory.getLogger(SolrCloudExampleTest.class);
|
||||
|
|
Loading…
Reference in New Issue