Skip to content

Commit

Permalink
Disable user commands light test on macOS (#1204)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Nov 19, 2021
1 parent acac5b5 commit 5168544
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/integration/user_commands.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <ignition/common/Util.hh>
#include <ignition/math/Pose3.hh>
#include <ignition/transport/Node.hh>
#include <ignition/utilities/ExtraTestMacros.hh>

#include "ignition/gazebo/components/Light.hh"
#include "ignition/gazebo/components/Link.hh"
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 5168544

Please sign in to comment.