File tree Expand file tree Collapse file tree 5 files changed +8
-9
lines changed
src/test/java/com/ibm/watson/developer_cloud Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 11sudo : false
22language : java
3-
43install : /bin/true
5-
64script :
7- - mvn clean install -Dmaven.test.skip=true && mvn clean cobertura:cobertura coveralls:report
8-
5+ - mvn clean install -Dmaven.test.skip=true && mvn clean cobertura:cobertura coveralls:report
96jdk :
107- oraclejdk8
118- oraclejdk7
12-
139cache :
1410 directories :
15- - ' $HOME/.m2/repository'
16-
11+ - $HOME/.m2/repository
1712before_install :
1813- openssl aes-256-cbc -K $encrypted_a973fe4f8e79_key -iv $encrypted_a973fe4f8e79_iv
1914 -in config.properties.enc -out src/test/resources/config.properties -d
Original file line number Diff line number Diff line change @@ -337,8 +337,8 @@ public void testApiKeyIsNull() {
337337 params .put (AlchemyLanguage .URL , "http://www.techcrunch.com/" );
338338
339339 AlchemyLanguage language = new AlchemyLanguage ();
340- language .getKeywords (params );
341340 language .setApiKey (null );
341+ language .getKeywords (params );
342342 }
343343
344344}
Original file line number Diff line number Diff line change 1818
1919import org .junit .Assert ;
2020import org .junit .Before ;
21+ import org .junit .Ignore ;
2122import org .junit .Test ;
2223
2324import com .ibm .watson .developer_cloud .WatsonServiceTest ;
2829/**
2930 * The Class QuestionAndAnswerTest.
3031 * @author German Attanasio Ruiz (germanatt@us.ibm.com)
31- */
32+ */
33+ @ Ignore
3234public class QuestionAndAnswerTest extends WatsonServiceTest {
3335
3436 /**
Original file line number Diff line number Diff line change 1717
1818import org .junit .Assert ;
1919import org .junit .Before ;
20+ import org .junit .Ignore ;
2021import org .junit .Test ;
2122
2223import com .ibm .watson .developer_cloud .WatsonServiceTest ;
@@ -52,6 +53,7 @@ public void setUp() throws Exception {
5253 * Test extract.
5354 */
5455 @ Test
56+ @ Ignore
5557 public void testExtract () {
5658 service .setDataset (RelationshipExtractionDataset .ENGLISH_NEWS );
5759 String response = service .extract ("IBM Watson Developer Cloud" );
You can’t perform that action at this time.
0 commit comments