You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2016/05/20 07:15:30 UTC

[12/14] incubator-beam git commit: Disable Flink streaming integration tests for now

Disable Flink streaming integration tests for now


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

Branch: refs/heads/master
Commit: 2d71af71c26992c0ccbf2ab6df8f2a0aef5e586b
Parents: 55f39bf
Author: Kenneth Knowles <kl...@google.com>
Authored: Fri May 6 10:55:16 2016 -0700
Committer: Aljoscha Krettek <al...@gmail.com>
Committed: Fri May 20 08:08:24 2016 +0200

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


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