You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/05/08 12:06:36 UTC

[04/33] lucene-solr:jira/solr-8668: SOLR-9867: @Ignore TestSolrCLIRunExample.testTechproductsExample()

SOLR-9867: @Ignore TestSolrCLIRunExample.testTechproductsExample()


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/c6ebee6a
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/c6ebee6a
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/c6ebee6a

Branch: refs/heads/jira/solr-8668
Commit: c6ebee6a49e82f53090adf95836996ffecf0bb1c
Parents: e776cbe
Author: Mikhail Khludnev <mk...@apache.org>
Authored: Fri May 5 02:17:44 2017 +0300
Committer: Mikhail Khludnev <mk...@apache.org>
Committed: Fri May 5 02:20:17 2017 +0300

----------------------------------------------------------------------
 .../core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c6ebee6a/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java
----------------------------------------------------------------------
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 6bce8226..8e30b3b 100644
--- a/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java
+++ b/solr/core/src/test/org/apache/solr/util/TestSolrCLIRunExample.java
@@ -50,6 +50,7 @@ import org.apache.solr.common.SolrInputDocument;
 import org.junit.After;
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -297,7 +298,7 @@ public class TestSolrCLIRunExample extends SolrTestCaseJ4 {
     }
   }
 
-  @Test
+  @Test @Ignore
   public void testTechproductsExample() throws Exception {
     testExample("techproducts");
   }