From 3cdbe14ac35d3c99ef402f793bda34d96f3b67c6 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 25 Jan 2023 19:53:59 -0600 Subject: [PATCH] Test cgal/cgal_intersect_simplices_1d_3d: constrain to version 5.5 or newer The test fails with the following assertion: -------------------------------------------------------- An error occurred in line <557> of file in function [...] The violated condition was: false Additional information: This function requires a version of CGAL greater or equal than 5.5. -------------------------------------------------------- So, let's simply not run this particular test in this case. --- ...ut => cgal_intersect_simplices_1d_3d.with_cgal.geq.5.5.output} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/cgal/{cgal_intersect_simplices_1d_3d.output => cgal_intersect_simplices_1d_3d.with_cgal.geq.5.5.output} (100%) diff --git a/tests/cgal/cgal_intersect_simplices_1d_3d.output b/tests/cgal/cgal_intersect_simplices_1d_3d.with_cgal.geq.5.5.output similarity index 100% rename from tests/cgal/cgal_intersect_simplices_1d_3d.output rename to tests/cgal/cgal_intersect_simplices_1d_3d.with_cgal.geq.5.5.output -- 2.39.5