Repository: incubator-beam
Updated Branches:
  refs/heads/master 759b6cada -> efb2b83ff


Suppress Flatten Tests in Dataflow


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

Branch: refs/heads/master
Commit: b1519b0b44732b8d5600fd4657b1ef295b1bce53
Parents: 759b6ca
Author: Thomas Groh <tg...@google.com>
Authored: Wed Sep 28 13:39:04 2016 -0700
Committer: Thomas Groh <tg...@google.com>
Committed: Wed Sep 28 13:39:04 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/b1519b0b/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 acf6cce..bf4d93d 100644
--- a/runners/google-cloud-dataflow-java/pom.xml
+++ b/runners/google-cloud-dataflow-java/pom.xml
@@ -60,6 +60,16 @@
             <beamUseDummyRunner>true</beamUseDummyRunner>
           </systemPropertyVariables>
         </configuration>
+        <executions>
+          <execution>
+            <id>runnable-on-service-tests</id>
+            <configuration>
+              <excludes>
+                <exclude>org.apache.beam.sdk.transforms.FlattenTest</exclude>
+              </excludes>
+            </configuration>
+          </execution>
+        </executions>
       </plugin>
 
       <!-- Run CheckStyle pass on transforms, as they are release in

Reply via email to