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:48 UTC

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

Disable tests for timers in ParDo for direct 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/a99dba59
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/a99dba59
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/a99dba59

Branch: refs/heads/master
Commit: a99dba5955813a092e78fb438a1b5b96480fae3a
Parents: 5a8f956
Author: Kenneth Knowles <kl...@google.com>
Authored: Wed Dec 7 20:24:34 2016 -0800
Committer: Kenneth Knowles <kl...@google.com>
Committed: Thu Dec 8 09:53:08 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/a99dba59/runners/direct-java/pom.xml
----------------------------------------------------------------------
diff --git a/runners/direct-java/pom.xml b/runners/direct-java/pom.xml
index 79f3de6..c47f532 100644
--- a/runners/direct-java/pom.xml
+++ b/runners/direct-java/pom.xml
@@ -68,6 +68,7 @@
             </goals>
             <configuration>
               <groups>org.apache.beam.sdk.testing.NeedsRunner</groups>
+              <excludedGroups>org.apache.beam.sdk.testing.UsesTimersInParDo</excludedGroups>
               <parallel>none</parallel>
               <failIfNoTests>true</failIfNoTests>
               <dependenciesToScan>