mirror of https://github.com/CGAL/cgal
temporarily disable a test
This commit is contained in:
parent
1c6ef8dc8e
commit
e2df1a83aa
|
|
@ -428,7 +428,9 @@ int main(int argc, char* argv[])
|
|||
// - along 2 successive facets (vertex/facet/edge/facet/edge)
|
||||
// - along 2 successive edges (vertex/edge/vertex/edge/vertex)
|
||||
// - along a facet and an edge successively
|
||||
test_triangulation_on_a_grid();
|
||||
|
||||
//temporatily disable
|
||||
// test_triangulation_on_a_grid();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue