You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tg...@apache.org on 2017/04/05 21:17:33 UTC

[2/2] beam git commit: Suppress TestStream tests in Dataflow

Suppress TestStream tests in Dataflow


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/92803d67
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/92803d67
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/92803d67

Branch: refs/heads/master
Commit: 92803d6743ce4ad074818cfc2ec1477e997d66dc
Parents: 0c063c2
Author: Thomas Groh <tg...@google.com>
Authored: Wed Apr 5 13:02:50 2017 -0700
Committer: Thomas Groh <tg...@google.com>
Committed: Wed Apr 5 14:17:19 2017 -0700

----------------------------------------------------------------------
 runners/google-cloud-dataflow-java/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/92803d67/runners/google-cloud-dataflow-java/pom.xml
----------------------------------------------------------------------
diff --git a/runners/google-cloud-dataflow-java/pom.xml b/runners/google-cloud-dataflow-java/pom.xml
index 451edb9..4d25ecf 100644
--- a/runners/google-cloud-dataflow-java/pom.xml
+++ b/runners/google-cloud-dataflow-java/pom.xml
@@ -86,6 +86,7 @@
                 org.apache.beam.sdk.testing.UsesTimersInParDo,
                 org.apache.beam.sdk.testing.UsesSplittableParDo,
                 org.apache.beam.sdk.testing.UsesUnboundedPCollections,
+                org.apache.beam.sdk.testing.UsesTestStream,
               </excludedGroups>
             </configuration>
           </execution>