You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/11/03 19:50:36 UTC

[beam] branch users/damccorm/flakes created (now 997a19d1938)

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

damccorm pushed a change to branch users/damccorm/flakes
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 997a19d1938 Disable flaky fn_api_runner tests

This branch includes the following new commits:

     new 997a19d1938 Disable flaky fn_api_runner tests

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Disable flaky fn_api_runner tests

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/flakes
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 997a19d193825501c77d9f990a6d87b0ae8c7ede
Author: Danny McCormick <da...@google.com>
AuthorDate: Thu Nov 3 15:50:29 2022 -0400

    Disable flaky fn_api_runner tests
---
 .../apache_beam/runners/portability/fn_api_runner/fn_runner_test.py     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner_test.py b/sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner_test.py
index eae78747f62..a76cdaf997a 100644
--- a/sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner_test.py
+++ b/sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner_test.py
@@ -165,6 +165,7 @@ class FnApiRunnerTest(unittest.TestCase):
 
       assert_that(res, equal_to([6, 12, 18]))
 
+  @unittest.skip('https://github.com/apache/beam/issues/23944')
   def test_batch_pardo_trigger_flush(self):
     try:
       utils.check_compiled('apache_beam.coders.coder_impl')
@@ -368,6 +369,7 @@ class FnApiRunnerTest(unittest.TestCase):
 
       assert_that(res, equal_to([6, 12, 12, 18, 18, 18]))
 
+  @unittest.skip('https://github.com/apache/beam/issues/23944')
   def test_pardo_large_input(self):
     try:
       utils.check_compiled('apache_beam.coders.coder_impl')