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/03/25 00:47:06 UTC

[3/4] beam git commit: Reenable Flatten Tests in the Dataflow Runner

Reenable Flatten Tests in the Dataflow Runner


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

Branch: refs/heads/master
Commit: 6bfde5dce82ef6ae7bda6c33832bb5e4a55dfafb
Parents: 54a7de1
Author: Thomas Groh <tg...@google.com>
Authored: Fri Mar 24 14:45:08 2017 -0700
Committer: Thomas Groh <tg...@google.com>
Committed: Fri Mar 24 17:46:53 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/beam/blob/6bfde5dc/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 f72cc05..caa000f 100644
--- a/runners/google-cloud-dataflow-java/pom.xml
+++ b/runners/google-cloud-dataflow-java/pom.xml
@@ -87,9 +87,6 @@
                 org.apache.beam.sdk.testing.UsesSplittableParDo,
                 org.apache.beam.sdk.testing.UsesUnboundedPCollections,
               </excludedGroups>
-              <excludes>
-                <exclude>org.apache.beam.sdk.transforms.FlattenTest</exclude>
-              </excludes>
             </configuration>
           </execution>
         </executions>