-
Notifications
You must be signed in to change notification settings - Fork 44
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 failing test on Citadel #416
Conversation
Signed-off-by: Jorge Perez <[email protected]>
@ros-pull-request-builder retest this please |
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 think we may be able to get away with just commenting out the EXPECT_FALSE(common::exists(this->kFakeHome));
expectation, but I think the larger approach is ok for now if we tackle #415 soon.
I took some time with #415 and it looks odd to me, like I may be missing something obvious 😢 I am seeing with this PR CI various errors that I haven't seen in the https://build.osrfoundation.org/job/ignition_gui-ci-ign-gui3-focal-amd64 jobs. Should I disable them with this PR instead of opening multiple PRs? |
@ros-pull-request-builder retest this please |
I installed a local setup with Citadel and wasn't able to reproduce the errors that appeared on github actions CI. Re-running them with logging mode enable features to see if I can get more information about the failure. |
Ah I should have mentioned this to you before. A lot of our flaky tests on GitHub actions happens due to #58. I'll add some notes there. |
I'm glad I mentioned it, I was about to take more time investigating it. @chapulina do we want to enable the required checks for those tests as well? Although the failing tests seem to vary a lot with github actions. As this PR itself, if it's OK with you I'll merge it. |
We do. I think the quickest thing we can do is implement the CMake argument that I mentioned on the issue. We can see if someone else on the team has time for this if you feel like it's out of scope for the buildfarmer work. |
I'd be glad to help, I will assign the issue to myself and take a look what can be done there. |
Signed-off-by: Jorge Perez [email protected]
Summary
Temporary disabling test described on #415 to help with gazebo-tooling/release-tools#398
Checklist
codecheck
passed (See contributing)