Copilot commented on code in PR #6854:
URL: https://github.com/apache/ignite-3/pull/6854#discussion_r2467573521
##########
modules/platforms/python/tests/test_ssl.py:
##########
@@ -98,6 +98,8 @@ def test_connection_non_existing_cert():
assert err.match('(No such file or directory)|(no such file)')
+# TODO: IGNITE-26358: Enable heartbeats in tests re-enable this test
Review Comment:
Missing word 'and' between 'tests' and 're-enable'. Should read 'Enable
heartbeats in tests and re-enable this test'.
```suggestion
# TODO: IGNITE-26358: Enable heartbeats in tests and re-enable this test
```
--
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]