liferoad commented on code in PR #30771: URL: https://github.com/apache/beam/pull/30771#discussion_r1548607544
########## 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: do you plan to enable this later? -- 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]
