jzonthemtn commented on code in PR #71:
URL: https://github.com/apache/opennlp-sandbox/pull/71#discussion_r1084325451


##########
opennlp-similarity/src/test/java/opennlp/tools/parse_thicket/apps/MultiSentenceSearchResultsProcessorTest.java:
##########
@@ -20,11 +20,18 @@
 
 import opennlp.tools.similarity.apps.HitBase;
 
-import junit.framework.TestCase;
+import org.junit.Ignore;
+import org.junit.Test;
 
-public class MultiSentenceSearchResultsProcessorTest extends TestCase {
-       MultiSentenceSearchResultsProcessor proc = new 
MultiSentenceSearchResultsProcessor();
+import static org.junit.Assert.assertTrue;
 
+public class MultiSentenceSearchResultsProcessorTest {
+
+       private final MultiSentenceSearchResultsProcessor proc = new 
MultiSentenceSearchResultsProcessor();
+
+       @Test
+       @Ignore
+       // This test case fails with: "UnknownHostException: 
api.datamarket.azure.com: nodename nor servname provided, or not known"

Review Comment:
   @mawiesne Agreed!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@opennlp.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to