Skip to content
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 tests that require dartsim on windows #1840

Merged
merged 1 commit into from
Dec 17, 2022

Conversation

azeey
Copy link
Contributor

@azeey azeey commented Dec 16, 2022

The dartsim component of gz-physics is currently not built on CI, so these tests should be disabled.

The dartsim component of gz-physics is currently not built on CI, so
these tests should be disabled.

Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
@azeey azeey self-assigned this Dec 16, 2022
@github-actions github-actions bot added the 🏯 fortress Ignition Fortress label Dec 16, 2022
@codecov
Copy link

codecov bot commented Dec 16, 2022

Codecov Report

Merging #1840 (a825260) into ign-gazebo6 (828470c) will increase coverage by 0.02%.
The diff coverage is n/a.

@@               Coverage Diff               @@
##           ign-gazebo6    #1840      +/-   ##
===============================================
+ Coverage        64.73%   64.75%   +0.02%     
===============================================
  Files              321      321              
  Lines            26313    26313              
===============================================
+ Hits             17034    17040       +6     
+ Misses            9279     9273       -6     
Impacted Files Coverage Δ
src/SimulationRunner.cc 91.89% <0.00%> (+0.95%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Contributor

@iche033 iche033 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me.

The TransformsTestinWater was already passing on windows. Looking at the checks in the test, I think it makes sense that it may just pass without physics running.

@azeey
Copy link
Contributor Author

azeey commented Dec 16, 2022

looks good to me.

The TransformsTestinWater was already passing on windows. Looking at the checks in the test, I think it makes sense that it may just pass without physics running.

Yeah, the comparisons are against each other, not against an expected velocity. I still think we should disable it though since it would be giving a false impression if it passes without physics.

@azeey azeey merged commit f8b3eda into gazebosim:ign-gazebo6 Dec 17, 2022
@azeey azeey deleted the disable_tests_on_win branch December 17, 2022 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏯 fortress Ignition Fortress
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants