Skip to content

Commit

Permalink
Disable distortion camera test on Linux (gazebosim#2247)
Browse files Browse the repository at this point in the history
Part of gazebosim#2243.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Nov 16, 2023
1 parent 9db8061 commit 14f8796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/distortion_camera.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void imageCb(const msgs::Image &_msg)
/////////////////////////////////////////////////
// The test checks the Distortion Camera readings
TEST_F(DistortionCameraTest,
GZ_UTILS_TEST_DISABLED_ON_MAC(DistortionCameraBox))
DISABLED_DistortionCameraBox)
{
// Start server
ServerConfig serverConfig;
Expand Down

0 comments on commit 14f8796

Please sign in to comment.