No parallelism for Apex WindowedWordCountIT

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

Branch: refs/heads/master
Commit: c1811a4adbfb290226d183eac01bbe9bdbce2462
Parents: 513ef11
Author: Kenneth Knowles <k...@google.com>
Authored: Thu May 4 21:34:54 2017 -0700
Committer: Kenneth Knowles <k...@google.com>
Committed: Thu May 4 21:34:54 2017 -0700

----------------------------------------------------------------------
 examples/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/c1811a4a/examples/java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index 65625df..fb26135 100644
--- a/examples/java/pom.xml
+++ b/examples/java/pom.xml
@@ -305,7 +305,7 @@
                     <include>WordCountIT.java</include>
                     <include>WindowedWordCountIT.java</include>
                   </includes>
-                  <parallel>all</parallel>
+                  <parallel>none</parallel>
                   <threadCount>4</threadCount>
                   <systemPropertyVariables>
                     <beamTestPipelineOptions>

Reply via email to