From 62fa28acd49f596c399201a8159eaaded428c887 Mon Sep 17 00:00:00 2001 From: Timothy Potter Date: Fri, 14 Aug 2015 15:03:51 +0000 Subject: [PATCH] SOLR-7921: ignore testTechproductsExample unit test due to Jenkins failures git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1695930 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/org/apache/solr/util/TestSolrCLIRunExample.java | 1 + 1 file changed, 1 insertion(+) 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 928c8eccef3..611d62dc752 100644 --- a/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java +++ b/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java @@ -279,6 +279,7 @@ public class TestSolrCLIRunExample extends SolrTestCaseJ4 { } } + @Ignore @Test public void testTechproductsExample() throws Exception { testExample("techproducts");