-
Notifications
You must be signed in to change notification settings - Fork 3k
tests-mbed_hal-common_tickers: disable ticker free test cases. #7741
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
Conversation
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.
I would rather have this completely removed (partial revert) than #if 0 . This will be on the feature branch and comes in once its widely adopted.
This is solution to issue ARMmbed#7724. Ticker free tests have been removed since ticker free function has been implemented only for CI boards. Implementation for the remaining platforms will be done on feature branch feature-hal-ticker-free.
8b0c6f9
to
20f3d87
Compare
Fixed as suggested. |
@mprse Once the Travis docs issue is resolved, we can start CI. |
Removed requirements for ticker free function. This should solve the problem. |
/morph build |
Build : SUCCESSBuild number : 2813 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2441 |
Test : SUCCESSBuild number : 2548 |
tests-mbed_hal-common_tickers: disable ticker free test cases.
Description
Resolves #7724.
Ticker free tests have been disabled since ticker free function has been implemented only for CI boards.
Implementation for the remaining platforms will be done on feature branch
feature-hal-ticker-free
.Pull request type