SOLR-9867: @Ignore TestSolrCLIRunExample.testTechproductsExample()

This commit is contained in:
Mikhail Khludnev 2017-05-05 02:17:44 +03:00
parent e776cbe446
commit c6ebee6a49
1 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@ import org.apache.solr.common.SolrInputDocument;
import org.junit.After; import org.junit.After;
import org.junit.AfterClass; import org.junit.AfterClass;
import org.junit.BeforeClass; import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
@ -297,7 +298,7 @@ public class TestSolrCLIRunExample extends SolrTestCaseJ4 {
} }
} }
@Test @Test @Ignore
public void testTechproductsExample() throws Exception { public void testTechproductsExample() throws Exception {
testExample("techproducts"); testExample("techproducts");
} }