You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bo...@apache.org on 2020/12/15 19:23:45 UTC

[beam] branch master updated: Skip dynamic timer test in portable spark test

This is an automated email from the ASF dual-hosted git repository.

boyuanz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e09870  Skip dynamic timer test in portable spark test
     new 5878cc5  Merge pull request #13553 from Skip dynamic timer test in portable spark test
7e09870 is described below

commit 7e09870a7e8ef10579f8b2681f61d57435253311
Author: Yichi Zhang <zy...@google.com>
AuthorDate: Tue Dec 15 10:42:03 2020 -0800

    Skip dynamic timer test in portable spark test
---
 sdks/python/apache_beam/runners/portability/spark_runner_test.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sdks/python/apache_beam/runners/portability/spark_runner_test.py b/sdks/python/apache_beam/runners/portability/spark_runner_test.py
index 4cf7e4b..062e06f 100644
--- a/sdks/python/apache_beam/runners/portability/spark_runner_test.py
+++ b/sdks/python/apache_beam/runners/portability/spark_runner_test.py
@@ -172,6 +172,9 @@ class SparkRunnerTest(portable_runner_test.PortableRunnerTest):
     # Skip until Spark runner supports SDF and self-checkpoint.
     raise unittest.SkipTest("BEAM-7222")
 
+  def test_pardo_dynamic_timer(self):
+    raise unittest.SkipTest("BEAM-9912")
+
   def test_flattened_side_input(self):
     # Blocked on support for transcoding
     # https://jira.apache.org/jira/browse/BEAM-7236