tweise commented on a change in pull request #11894:
URL: https://github.com/apache/beam/pull/11894#discussion_r434181735
##########
File path: sdks/python/apache_beam/runners/portability/portable_runner_test.py
##########
@@ -241,7 +241,8 @@ def process(self, kv,
index=beam.DoFn.StateParam(index_state_spec)):
equal_to(expected))
# Inherits all other tests from fn_api_runner_test.FnApiRunnerTest
-
+ def test_pardo_timers_clear(self):
Review comment:
This may also be used for Spark. Skip should probably only occur in leaf
classes that strictly need it. Otherwise, we are almost back to what we had
before ;-)
----------------------------------------------------------------
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]