Description: Take out coverage test failing in GEOS 3.14 because of behavior change
 References #5939 for PostGIS 3.6.0
Author: Regina Obe <lr@pcorp.us>
Origin: https://git.osgeo.org/gitea/postgis/postgis/commit/17e9f112cff88f5f484414843d686da18c2f393b
Bug: https://trac.osgeo.org/postgis/ticket/5939

--- a/regress/core/coverage.sql
+++ b/regress/core/coverage.sql
@@ -53,7 +53,7 @@ SELECT 'three partition b' AS test,
 FROM coverage GROUP BY id ORDER BY id;
 
 
-TRUNCATE coverage;
+/**TRUNCATE coverage;
 INSERT INTO coverage VALUES
 (4, 1, 'POLYGON ((0 0, 0 1, 1 1, 1 0, 0 0))'),
 (4, 2, 'POLYGON ((1 0, 0.9 1, 2 1, 2 0, 1 0))');
@@ -63,7 +63,7 @@ WITH u AS (
 )
 SELECT 'union 2' AS test,
   ST_Area(geom), ST_GeometryType(geom)
-FROM u;
+FROM u;**/
 
 
 TRUNCATE coverage;
--- a/regress/core/coverage_expected
+++ b/regress/core/coverage_expected
@@ -15,7 +15,6 @@ three partition a|3|2|||
 three partition b|1|200
 three partition b|2|200
 three partition b|3|
-union 2|2.05|ST_MultiPolygon
 union 3|2|ST_Polygon
 grid lanes|0|110000
 grid lanes|1|110000
