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/14 17:03:51 UTC

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

Author: thelabdude
Date: Fri Aug 14 15:03:51 2015
New Revision: 1695930

URL: http://svn.apache.org/r1695930
Log:
SOLR-7921: ignore testTechproductsExample unit test due to Jenkins failures

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=1695930&r1=1695929&r2=1695930&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 Fri Aug 14 15:03:51 2015
@@ -279,6 +279,7 @@ public class TestSolrCLIRunExample exten
     }
   }
 
+  @Ignore
   @Test
   public void testTechproductsExample() throws Exception {
     testExample("techproducts");