You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/11/03 20:03:47 UTC

[GitHub] [beam] damccorm commented on a diff in pull request #23971: Disable flaky fn_api_runner tests

damccorm commented on code in PR #23971:
URL: https://github.com/apache/beam/pull/23971#discussion_r1013348269


##########
sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner_test.py:
##########
@@ -368,6 +369,7 @@ def infer_output_type(self, input_type):
 
       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')

Review Comment:
   I'd rather leave it - when we address this (now sickbayed) test, this could help (even if we can't fix it for non-cythonized envs, if we can make it stable for the rest that's a win). It also might provide investigative context.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org