-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[BYOC][Verilator] Skip mobilenet test if Verilator is not available #8094
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.
Approved. @leandron thank you for flagging the issue.
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.
Thanks @vegaluisjose, just a small note on the approach to skip the test.
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.
LGTM - waiting CI, then feel free to merge it.
Thanks @vegaluisjose!
Merged now. thanks @vegaluisjose @tmoreau89 ! |
…pache#8094) * skip mobilenet test when verilator is not available * add skipped to pytest * add pytest
…pache#8094) * skip mobilenet test when verilator is not available * add skipped to pytest * add pytest
@leandron @tmoreau89