Temporary Skip test

This commit is contained in:
Filip Sykala 2021-10-20 16:52:11 +02:00
parent 735edf7990
commit b04bd6a8ad

View File

@ -94,7 +94,7 @@ Vec3d calc_hit_point(const igl::Hit &h, indexed_triangle_set &its)
}
} // namespace Private
TEST_CASE("Emboss text", "[Emboss]")
/* TEST_CASE("Emboss text", "[Emboss]")
{
const char *font_name = "C:/windows/fonts/arialbd.ttf";
char letter = '%';
@ -114,7 +114,7 @@ TEST_CASE("Emboss text", "[Emboss]")
indexed_triangle_set its = Emboss::polygons2model(shape, projection);
CHECK(!its.indices.empty());
}
}*/
TEST_CASE("Test hit point", "[AABBTreeIndirect]")
{