Skip to content

Commit

Permalink
Merge ff88ae6 into 7f0fd50
Browse files Browse the repository at this point in the history
  • Loading branch information
Blast545 authored Jul 4, 2022
2 parents 7f0fd50 + ff88ae6 commit a931810
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/integration/thermal_camera.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/*
* Copyright (C) 2019 Open Source Robotics Foundation
*
Expand Down Expand Up @@ -32,6 +33,7 @@
#include <ignition/common/Event.hh>
#include <ignition/sensors/Manager.hh>
#include <ignition/sensors/ThermalCameraSensor.hh>
#include <ignition/utils/ExtraTestMacros.hh>

// TODO(louise) Remove these pragmas once ign-rendering is disabling the
// warnings
Expand Down Expand Up @@ -357,7 +359,9 @@ void ThermalCameraSensorTest::ImagesWithBuiltinSDF(
}

//////////////////////////////////////////////////
TEST_P(ThermalCameraSensorTest, ImagesWithBuiltinSDF)
// See: https://github.com/gazebosim/gz-rendering/issues/654
TEST_P(ThermalCameraSensorTest,
IGN_UTILS_TEST_DISABLED_ON_MAC(ImagesWithBuiltinSDF))
{
ImagesWithBuiltinSDF(GetParam());
}
Expand Down

0 comments on commit a931810

Please sign in to comment.