Skip to content

Commit

Permalink
Merge baac721 into 2adcb97
Browse files Browse the repository at this point in the history
  • Loading branch information
Blast545 authored Jul 1, 2022
2 parents 2adcb97 + baac721 commit 62fce79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion test/integration/camera.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <gtest/gtest.h>

#include <ignition/common/Console.hh>
#include <ignition/utils/ExtraTestMacros.hh>

#include "test_config.h" // NOLINT(build/include)

Expand Down Expand Up @@ -835,7 +836,9 @@ TEST_P(CameraTest, VisualAt)
}

/////////////////////////////////////////////////
TEST_P(CameraTest, ShaderSelection)
// See: https://github.com/gazebosim/gz-rendering/issues/654
TEST_P(CameraTest,
IGN_UTILS_TEST_DISABLED_ON_MAC(ShaderSelection))
{
ShaderSelection(GetParam());
}
Expand Down
5 changes: 4 additions & 1 deletion test/integration/thermal_camera.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <ignition/common/Console.hh>
#include <ignition/common/Filesystem.hh>
#include <ignition/common/Event.hh>
#include <ignition/utils/ExtraTestMacros.hh>

#include <ignition/math/Color.hh>

Expand Down Expand Up @@ -628,7 +629,9 @@ void ThermalCameraTest::ThermalCameraParticles(
ignition::rendering::unloadEngine(engine->Name());
}

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

0 comments on commit 62fce79

Please sign in to comment.