Disable test of PMP::Locate with 2D Surface Mesh until Surface_Mesh IO is fixed

This commit is contained in:
Mael Rouxel-Labbé 2019-07-08 16:00:00 +02:00
parent 97626d2c34
commit f7576c709b
1 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ template <typename K>
void test(CGAL::Random& rnd)
{
test_2D_triangulation<K>("data/stair.xy", rnd);
test_2D_surface_mesh<K>("data/blobby_2D.off", rnd);
// test_2D_surface_mesh<K>("data/blobby_2D.off", rnd); // temporarily, until Surface_mesh's IO is "fixed"
test_3D_surface_mesh<K>("data/mech-holes-shark.off", rnd);
test_polyhedron<K>("data-coref/elephant_split_2.off", rnd);
}