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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]