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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to