diff --git a/src/ModelCommandAPI_TEST.cc b/src/ModelCommandAPI_TEST.cc index 36eafc23f4..5102d589ec 100644 --- a/src/ModelCommandAPI_TEST.cc +++ b/src/ModelCommandAPI_TEST.cc @@ -20,7 +20,7 @@ #include #include -#include +#include #include "ignition/gazebo/Server.hh" #include "ignition/gazebo/test_config.hh" // NOLINT(build/include) @@ -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.