Skip to content

Commit

Permalink
Disable failing test on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Aug 16, 2022
1 parent a213ff9 commit 8425e98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/common_test/Material_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
#include "gz/rendering/ShaderType.hh"
#include "gz/rendering/Scene.hh"

#include <gz/utils/ExtraTestMacros.hh>

using namespace gz;
using namespace rendering;

Expand Down Expand Up @@ -332,7 +334,7 @@ TEST_F(MaterialTest, MaterialProperties)
}

/////////////////////////////////////////////////
TEST_F(MaterialTest, Copy)
TEST_F(MaterialTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(Copy))
{
ScenePtr scene = engine->CreateScene("copy_scene");
ASSERT_NE(nullptr, scene);
Expand Down

0 comments on commit 8425e98

Please sign in to comment.