You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2015/08/05 13:11:42 UTC

svn commit: r1694176 - /lucene/dev/trunk/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java

Author: thelabdude
Date: Wed Aug  5 11:11:42 2015
New Revision: 1694176

URL: http://svn.apache.org/r1694176
Log:
SOLR-7847: disable the testTechproductsExample test that is failing on Jenkins

Modified:
    lucene/dev/trunk/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java

Modified: lucene/dev/trunk/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java?rev=1694176&r1=1694175&r2=1694176&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java (original)
+++ lucene/dev/trunk/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java Wed Aug  5 11:11:42 2015
@@ -44,6 +44,7 @@ import org.apache.solr.client.solrj.resp
 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 exten
     }
   }
 
+  @Ignore
   @Test
   public void testTechproductsExample() throws Exception {
     testExample("techproducts");