You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by ra...@apache.org on 2018/01/05 16:41:58 UTC

[streams] branch master updated: STREAMS-570 Disable TwitterThirtyDaySearchProviderIT

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 <tr...@gmail.com>
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
['"commits@streams.apache.org" <co...@streams.apache.org>'].