We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acac5b5 commit 5168544Copy full SHA for 5168544
test/integration/user_commands.cc
@@ -24,6 +24,7 @@
24
#include <ignition/common/Util.hh>
25
#include <ignition/math/Pose3.hh>
26
#include <ignition/transport/Node.hh>
27
+#include <ignition/utilities/ExtraTestMacros.hh>
28
29
#include "ignition/gazebo/components/Light.hh"
30
#include "ignition/gazebo/components/Link.hh"
@@ -690,7 +691,8 @@ TEST_F(UserCommandsTest, Pose)
690
691
}
692
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))
696
{
697
// Start server
698
ServerConfig serverConfig;
0 commit comments