Skip to content

Commit

Permalink
Disable ModelCommandAPI_TEST.RgbdCameraSensor on macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey committed Mar 17, 2022
1 parent b6a1133 commit ed6abc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ModelCommandAPI_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <string>

#include <gtest/gtest.h>
#include <ignition/utilities/ExtraTestMacros.hh>
#include <ignition/utils/ExtraTestMacros.hh>

#include "ignition/gazebo/Server.hh"
#include "ignition/gazebo/test_config.hh" // NOLINT(build/include)
Expand Down Expand Up @@ -595,7 +595,7 @@ TEST(ModelCommandAPI, MagnetometerSensor)

/////////////////////////////////////////////////
// Tests `ign model -s` command with an rgbd camera.
TEST(ModelCommandAPI, RgbdCameraSensor)
TEST(ModelCommandAPI, IGN_UTILS_TEST_DISABLED_ON_MAC(RgbdCameraSensor))
{
ignition::gazebo::ServerConfig serverConfig;
// Using an static model to avoid any movements in the simulation.
Expand Down

0 comments on commit ed6abc9

Please sign in to comment.