From: Matthias Maier Date: Thu, 26 Jan 2023 01:53:59 +0000 (-0600) Subject: Test cgal/cgal_intersect_simplices_1d_3d: constrain to version 5.5 or newer X-Git-Tag: v9.5.0-rc1~594^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14731%2Fhead;p=dealii.git 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. --- 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