robertwb commented on a change in pull request #14842:
URL: https://github.com/apache/beam/pull/14842#discussion_r637098884
##########
File path: sdks/python/apache_beam/runners/portability/flink_runner_test.py
##########
@@ -426,6 +422,12 @@ def test_expand_kafka_write(self):
def test_sql(self):
raise unittest.SkipTest("BEAM-7252")
+ def test_pack_combiners(self):
+ raise unittest.SkipTest(
Review comment:
Lets add an optional flag to test_pack_combiners of whether to verify
this happened via counters. We can override this here to pass the non-default
value of the flag so we can still run the test (and ensure the outputs are
correct) despite the issue with using counters to verify the packing.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]