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 19:57:41 UTC

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

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


##########
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:
   We should remove this carve out for cython environments if we're going to skip it for every environment (could be done later though if you just want to get this in for test health)



-- 
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