Skip to content

Commit 5168544

Browse files
authored
Disable user commands light test on macOS (#1204)
Signed-off-by: Louise Poubel <[email protected]>
1 parent acac5b5 commit 5168544

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/integration/user_commands.cc

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <ignition/common/Util.hh>
2525
#include <ignition/math/Pose3.hh>
2626
#include <ignition/transport/Node.hh>
27+
#include <ignition/utilities/ExtraTestMacros.hh>
2728

2829
#include "ignition/gazebo/components/Light.hh"
2930
#include "ignition/gazebo/components/Link.hh"
@@ -690,7 +691,8 @@ TEST_F(UserCommandsTest, Pose)
690691
}
691692

692693
/////////////////////////////////////////////////
693-
TEST_F(UserCommandsTest, Light)
694+
// https://github.com/ignitionrobotics/ign-gazebo/issues/634
695+
TEST_F(UserCommandsTest, IGN_UTILS_TEST_DISABLED_ON_MAC(Light))
694696
{
695697
// Start server
696698
ServerConfig serverConfig;

0 commit comments

Comments
 (0)