-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disable 1kHz test on all platforms #223
Conversation
I would suggest to use an annotation instead. |
This reverts commit 758a74f.
Done in 39bf6db |
rclpy/test/test_timer.py
Outdated
@@ -15,6 +15,7 @@ | |||
import multiprocessing | |||
import os | |||
import platform | |||
import pytest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might need a test dependency?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Absolutely. I would expect it to always be provided by ament_cmake_pytest
but it's better to be explicit. Added in 599edd7
CI as of a850ae0 |
these tests fail more and more often on all platforms (e.g. here)
Disabling the 1kHz test on all platforms for now until we decide how to refactor them