From 1930323dbc6054a6047450dce5e9adf1d6d84db8 Mon Sep 17 00:00:00 2001 From: Timothy Potter Date: Wed, 5 Aug 2015 11:11:42 +0000 Subject: [PATCH] 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 --- .../src/test/org/apache/solr/util/TestSolrCLIRunExample.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java b/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java index 271c24d5202..ab1648d7f6a 100644 --- a/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java +++ b/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java @@ -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");