This is an automated email from the ASF dual-hosted git repository.

rawkintrevo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git


The following commit(s) were added to refs/heads/master by this push:
     new 9433c4c  STREAMS-570 Disable TwitterThirtyDaySearchProviderIT
9433c4c is described below

commit 9433c4c592e2034a0cd4f67d749d2f75365fe471
Author: Trevor Grant <[email protected]>
AuthorDate: Fri Jan 5 10:41:56 2018 -0600

    STREAMS-570 Disable TwitterThirtyDaySearchProviderIT
---
 .../twitter/test/providers/TwitterThirtyDaySearchProviderIT.java    | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

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 b4fd3ce..c6609af 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 @@ import java.io.LineNumberReader;
 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";

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to