From 14f8796150aa6b63f406a5ab8e72c392e55a7f51 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Thu, 16 Nov 2023 04:58:42 -0800 Subject: [PATCH] Disable distortion camera test on Linux (#2247) Part of #2243. Signed-off-by: Steve Peters --- test/integration/distortion_camera.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/distortion_camera.cc b/test/integration/distortion_camera.cc index ce77238260..5550f71a65 100644 --- a/test/integration/distortion_camera.cc +++ b/test/integration/distortion_camera.cc @@ -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;