Skip to content

Commit

Permalink
undo some changes
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Jul 3, 2024
1 parent 981f655 commit 1b93f3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/common_test/collisions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ TEST_F(CollisionMeshTestFeaturesList, MeshOptimization)
{
// currently only bullet-featherstone supports mesh decomposition
if (this->PhysicsEngineName(name) != "bullet-featherstone")
GTEST_SKIP();
continue;

std::cout << "Testing plugin: " << name << std::endl;
gz::plugin::PluginPtr plugin = this->loader.Instantiate(name);
Expand Down Expand Up @@ -445,7 +445,7 @@ TEST_F(CollisionMeshTestFeaturesList, MeshContacts)
{
// currently only bullet-featherstone supports mesh decomposition
if (this->PhysicsEngineName(name) != "bullet-featherstone")
GTEST_SKIP();
continue;

std::cout << "Testing plugin: " << name << std::endl;
gz::plugin::PluginPtr plugin = this->loader.Instantiate(name);
Expand Down Expand Up @@ -625,7 +625,7 @@ TEST_F(CollisionStaticTestFeaturesList, StaticCollisions)
// currently only bullet-featherstone skips collision checking between
// static bodies and bodies with world fixed joint
if (this->PhysicsEngineName(name) != "bullet-featherstone")
GTEST_SKIP();
continue;

errors = root.LoadSdfString(getBoxFixedJointStr(
"box_fixed_world_joint", gz::math::Pose3d::Zero));
Expand Down

0 comments on commit 1b93f3f

Please sign in to comment.