[ 
https://issues.apache.org/jira/browse/STREAMS-570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16313418#comment-16313418
 ] 

ASF GitHub Bot commented on STREAMS-570:
----------------------------------------

rawkintrevo closed pull request #416: STREAMS-570 Disable 
TwitterThirtyDaySearchProviderIT
URL: https://github.com/apache/streams/pull/416
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/streams-contrib/streams-provider-twitter/src/test/java/org/apache/streams/twitter/test/providers/TwitterThirtyDaySearchProviderIT.java
 
b/streams-contrib/streams-provider-twitter/src/test/java/org/apache/streams/twitter/test/providers/TwitterThirtyDaySearchProviderIT.java
index b4fd3ce51..c6609af80 100644
--- 
a/streams-contrib/streams-provider-twitter/src/test/java/org/apache/streams/twitter/test/providers/TwitterThirtyDaySearchProviderIT.java
+++ 
b/streams-contrib/streams-provider-twitter/src/test/java/org/apache/streams/twitter/test/providers/TwitterThirtyDaySearchProviderIT.java
@@ -36,8 +36,10 @@
 public class TwitterThirtyDaySearchProviderIT {
 
   private static final Logger LOGGER = 
LoggerFactory.getLogger(TwitterThirtyDaySearchProviderIT.class);
-
-  @Test(groups = "TwitterThirtyDaySearchProviderIT")
+  /*
+  Must disble methods individually if using Test annotation, see STREAMS-570
+   */
+  @Test(groups = "TwitterThirtyDaySearchProviderIT", enabled = false)
   public void testTwitterThirtyDaySearchProvider() throws Exception {
 
     String configfile = 
"./target/test-classes/TwitterThirtyDaySearchProviderIT.conf";


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Update enabled=false on TwitterThirtyDaySearchProviderIT
> --------------------------------------------------------
>
>                 Key: STREAMS-570
>                 URL: https://issues.apache.org/jira/browse/STREAMS-570
>             Project: Streams
>          Issue Type: Bug
>          Components: Tests
>            Reporter: Trevor Grant
>            Assignee: Trevor Grant
>             Fix For: 0.6
>
>
> The thirty day provider is only available on Enterprise creds (which is why 
> it is disabled), however test fails on `mvn clean verify $REPO 
> -DskipTests=true -DskipITs=false` (which is part of `release.sh`) 
> The reason is basically described here:
> https://github.com/cbeust/testng/issues/151



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to