Abacn commented on code in PR #39572:
URL: https://github.com/apache/beam/pull/39572#discussion_r3827055085
##########
sdks/python/apache_beam/io/external/xlang_jmsio_it_test.py:
##########
@@ -143,11 +137,11 @@ def subscribe():
connection_param),
queue=sink_queue,
expansion_service=self.expansion_service))
- publisher.start()
result = p.run()
+ publisher.start()
Review Comment:
```suggestion
publisher.start()
result = p.run()
```
revert this change to trigger tests again
--
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]