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:13:15 UTC

svn commit: r1694178 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/core/ solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java

Author: thelabdude
Date: Wed Aug  5 11:13:15 2015
New Revision: 1694178

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

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/core/   (props changed)
    lucene/dev/branches/branch_5x/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java

Modified: lucene/dev/branches/branch_5x/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java?rev=1694178&r1=1694177&r2=1694178&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java (original)
+++ lucene/dev/branches/branch_5x/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java Wed Aug  5 11:13:15 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");