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/08/24 19:52:51 UTC

[13/17] incubator-beam git commit: Enable Flink Streaming Runner RunnableOnService tests

Enable Flink Streaming Runner RunnableOnService tests


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

Branch: refs/heads/master
Commit: f9fac642967a51aadc69b1ec32832acae98b3375
Parents: df2874d
Author: Aljoscha Krettek <al...@gmail.com>
Authored: Tue Jul 26 14:02:00 2016 +0200
Committer: Kenneth Knowles <kl...@google.com>
Committed: Wed Aug 24 12:46:24 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/f9fac642/runners/flink/runner/pom.xml
----------------------------------------------------------------------
diff --git a/runners/flink/runner/pom.xml b/runners/flink/runner/pom.xml
index e222bfd..08adc60 100644
--- a/runners/flink/runner/pom.xml
+++ b/runners/flink/runner/pom.xml
@@ -77,7 +77,6 @@
                   <goal>test</goal>
                 </goals>
                 <configuration>
-                  <skip>true</skip>
                   <groups>org.apache.beam.sdk.testing.RunnableOnService</groups>
                   <parallel>none</parallel>
                   <failIfNoTests>true</failIfNoTests>