robertwb commented on code in PR #30771: URL: https://github.com/apache/beam/pull/30771#discussion_r1554098336
########## sdks/python/apache_beam/examples/snippets/transforms/aggregation/groupby_test.py: ########## @@ -38,6 +38,10 @@ from .groupby_simple_aggregate import simple_aggregate from .groupby_two_exprs import groupby_two_exprs +# +# Temporarily skip all tests in file +__test__ = False Review Comment: Probably preferable to comment out the incorrect asserts rather than disable the tests altogether (which will at least confirm the examples are syntactically correct and run without errors). -- 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]
