You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2016/12/08 18:09:43 UTC

[06/13] incubator-beam git commit: Disable tests for timers in ParDo for Flink runner

Disable tests for timers in ParDo for Flink runner


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

Branch: refs/heads/master
Commit: 2f13fe412c20f21b711b7686cdd18c68efbdd038
Parents: 54c14be
Author: Kenneth Knowles <kl...@google.com>
Authored: Tue Dec 6 20:52:49 2016 -0800
Committer: Kenneth Knowles <kl...@google.com>
Committed: Thu Dec 8 09:53:08 2016 -0800

----------------------------------------------------------------------
 runners/flink/runner/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/2f13fe41/runners/flink/runner/pom.xml
----------------------------------------------------------------------
diff --git a/runners/flink/runner/pom.xml b/runners/flink/runner/pom.xml
index 615d5f1..9509476 100644
--- a/runners/flink/runner/pom.xml
+++ b/runners/flink/runner/pom.xml
@@ -55,6 +55,7 @@
                   <groups>org.apache.beam.sdk.testing.RunnableOnService</groups>
                   <excludedGroups>
                     org.apache.beam.sdk.testing.UsesStatefulParDo,
+                    org.apache.beam.sdk.testing.UsesTimersInParDo,
                     org.apache.beam.sdk.testing.UsesSplittableParDo
                   </excludedGroups>
                   <parallel>none</parallel>