Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable distortion camera test on Linux
Browse files Browse the repository at this point in the history
Part of #2243.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
scpeters authored Nov 15, 2023
1 parent 9db8061 commit fa952bc
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
@@ -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;

0 comments on commit fa952bc

Please sign in to comment.