From 5168544a182527fa349cee245bae15731dc64da0 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Fri, 19 Nov 2021 09:47:15 -0800 Subject: [PATCH] Disable user commands light test on macOS (#1204) Signed-off-by: Louise Poubel --- test/integration/user_commands.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/integration/user_commands.cc b/test/integration/user_commands.cc index 127f443625..947e737d47 100644 --- a/test/integration/user_commands.cc +++ b/test/integration/user_commands.cc @@ -24,6 +24,7 @@ #include #include #include +#include #include "ignition/gazebo/components/Light.hh" #include "ignition/gazebo/components/Link.hh" @@ -690,7 +691,8 @@ TEST_F(UserCommandsTest, Pose) } ///////////////////////////////////////////////// -TEST_F(UserCommandsTest, Light) +// https://github.com/ignitionrobotics/ign-gazebo/issues/634 +TEST_F(UserCommandsTest, IGN_UTILS_TEST_DISABLED_ON_MAC(Light)) { // Start server ServerConfig serverConfig;