SOLR-7847: disable the testTechproductsExample test that is failing on Jenkins

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1694176 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy Potter 2015-08-05 11:11:42 +00:00
parent 6bb7fdd949
commit 1930323dbc
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ import org.apache.solr.client.solrj.response.QueryResponse;
import org.apache.solr.cloud.MiniSolrCloudCluster;
import org.apache.solr.common.SolrInputDocument;
import org.junit.After;
import org.junit.Ignore;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@ -300,6 +301,7 @@ public class TestSolrCLIRunExample extends SolrTestCaseJ4 {
}
}
@Ignore
@Test
public void testTechproductsExample() throws Exception {
testExample("techproducts");